scipy - Python Error! Import? -
this question has answer here:
>>> sklearn.datasets import fetch_olivetti_faces
that code entered.
traceback (most recent call last): file "<pyshell#4>", line 1, in <module> sklearn.datasets import fetch_olivetti_faces file "c:\python27\lib\site-packages\sklearn\__init__.py", line 56, in <module> . import __check_build importerror: cannot import name __check_build
and error received.
i tried doing /pip install scipy error still not resolved. doing wrong?
it looks sklearn trying import called __check_build make sure have file called , in same directory
Comments
Post a Comment