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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -