13
ImportError na importação de sklearn: não é possível importar o nome check_build
Estou recebendo o seguinte erro ao tentar importar do sklearn: >>> from sklearn import svm Traceback (most recent call last): File "<pyshell#17>", line 1, in <module> from sklearn import svm File "C:\Python27\lib\site-packages\sklearn\__init__.py", line 16, in <module> from . import check_build ImportError: cannot import name check_build Estou usando o python 2.7, …
117
python
numpy
scipy
scikit-learn