Форум сайта python.su
0
недавно начал изучать python
при попытке поставить numpy выдает ошибку
помогите решить проблему
error: Microsoft Visual C++ 10.0 is required (unable to find vcvarsall.bat)
Failed to bilding wheel for numpy
ERROR: Failed to bild one or more wheels
>>> import numpy
Traceback (most recent call last):
File “C:\Python34\lib\numpy\__init__.py”, line 155, in <module>
from numpy.__config__ import show as show_config
ImportError: No module named ‘numpy.__config__’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “<pyshell#0>”, line 1, in <module>
import numpy
File “C:\Python34\lib\numpy\__init__.py”, line 160, in <module>
raise ImportError(msg)
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Прикреплённый файлы:
pht_err.jpg (108,7 KБ)
Офлайн
88
Попробуйте поставить отсюда: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Офлайн