Найти - Пользователи
Полная версия: как поставить numpy на python 34 x64
Начало » Python для новичков » как поставить numpy на python 34 x64
1
hlebbushek
недавно начал изучать 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.
Shaman
Попробуйте поставить отсюда: http://www.lfd.uci.edu/~gohlke/pythonlibs/
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB