在annaconda环境下运行机器学习是发现pandas和sklearn发生导包错误,具体如下:
bug1
ImportError: C extension: No module named 'pandas._libs.tslib' not built. If you want to import pand
关键词:
bug2
ImportError: No module named 'sklearn.__check_build._check_build'
___________________________________________________________________________
Contents of C:\Anaconda3\lib\site-packages\sklearn\__check_build:
setup.py _check_build.cp37-win_amd64.pyd__init__.py
__pycache__
___________________________________________________________________________
It seems that scikit-learn has not been built correctly.
If you have installed scikit-learn from source, please do not forget
to build the package before using it: run `python setup.py install` or
`make` in the source directory.
If you have used an installer, please check that it is suited