python 2.7 - ImportError: Numpy OpenBLAS flavour is needed for this scipy build -


i use python 2.7 on pycharm , try make surface file points , read way through libraries matplotlib, mpl_toolkits. when run code copy example's web have error:

c:\python27\python.exe c:/users/rublloal/pycharmprojects/untitled3/matplotlib1.py traceback (most recent call last): file "c:/users/rublloal/pycharmprojects/untitled3/matplotlib1.py", line 10, in scipy.misc import imread # cargo imread de scipy.misc file "c:\python27\lib\site-packages\scipy__init__.py", line 122, in raise importerror("numpy openblas flavour needed scipy build.") importerror: numpy openblas flavour needed scipy build.

thanks

i use python 2.7 on pycharm , downgrade scipy 0.18 0.16 , had same problem you, reinstall numpy - (numpy-1.10.0b1-cp27-none-win32.whl) pip.

you can find wheel here: https://pypi.anaconda.org/carlkl/simple/numpy/ , problem disappear. maybe answered late, hope else :)


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -