Problem: numpy is not installed
Solution:
Download files, install
numpy-1.8.2-win32-superpack-python2.7
Install and run import numpy, and the
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import numpy
File "C:\Python27\lib\site-packages\numpy\__init__.py", line 153, in <module>
from . import add_newdocs
File "C:\Python27\lib\site-packages\numpy\add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "C:\Python27\lib\site-packages\numpy\lib\__init__.py", line 8, in <module>
from .type_check import *
File "C:\Python27\lib\site-packages\numpy\lib\type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "C:\Python27\lib\site-packages\numpy\core\__init__.py", line 6, in <module>
from . import multiarray
ImportError: DLL load failed: %1 Not a valid Win32 application.
Similar Posts:
- [Solved] pytorchImportError: numpy.core.multiarray failed to import
- face_ Face recognition error report
- [Solved] Importerror: DLL load failed while importing mtrand: the specified program could not be found.
- Pycharm introduces numpy error: ImportError: Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy.
- Windows Python Install: requires numpy+mkl & ImportError: cannot import name NUMPY_MKL
- [Solved] Tensorflow:ImportError: DLL load failed: The specified module cannot be found Failed to load the native TensorFlow runtime
- No module named ‘pkg_resources.extern’ [How to Solve]
- [Solved] peewee error: ImportError: No module named ‘MySQLdb’;pymysql error: from . import connections # noqa: E402
- [Solved] SQLAlchemy Error: ImportError: cannot import name ‘TYPE_CHECKING’
- docker:ImportError: libcuda.so.1: cannot open shared object file: No such file or directory