Questions like title
When I install numpy, I use:
pip install numpy
When installing SciPy, you use:
pip install scipy-0.19.1-cp27-cp27m-win32.whl
Causes the installation source to be inconsistent, therefore appears the above question.
Solution:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Download numpy-1.13.1 + mkl-cp27-cp27m-win32.whl from the above website
Reuse:
pip install numpy-1.13.1+mkl-cp27-cp27m-win32.whl
Install numpy
The problem can be solved.
Read More:
- [Solved] Jupyter Kernel error: kernel Cannot Connect—-import win32api; ImportError: DLL load failed…
- [Solved] Tensorflow Win10: ImportError: DLL load failed
- [Solved] MXNet Error: ImportError: cannot import name _LIB
- How to Solve ImportError: cannot import name gof
- Solution: from. Import ft2font importerror: DLL load failed: the specified module cannot be found
- [Solved] import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- [Solved] Import gensim Error: RuntimeError: Cython extensions are unavailable.
- How to Solve 0xc1900101 Error (Win10 upgrade Win11)
- Numpy.exp Function Error ‘Float’ object has no attribute ‘exp’
- [Solved] Vite Bulk Import import.meta.glob Error: ERR_ABORTED 403 (Forbidden)
- [Solved] Win10 Warning: ModuleNotFoundError: No module named ‘win32con‘ and No module named ‘antlr4‘
- How to Solve TypeError: type numpy.ndarray doesn’t define __round__ method
- ValueError: Input 0 of node import/save/Assign was passed float from import/beta1_power:0 incompatib
- How to Solve TypeError: type numpy.ndarray doesn‘t define __round__ method
- Keras-nightly Import package Error: cannot import name ‘Adam‘ from ‘keras.optimizers‘
- TypeError: unsupported format string passed to numpy.ndarray.__format__
- [Solved] Eslint error: /xxx/components/xxx import should occur after import of /xxx/utils/xxx
- ImportError: No module named google.protobuf.internal
- How to Fix win10 video dxgkrnl fatal error
- ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23‘ not found