Error report of M1 chip import numpy
Environmental installation method:
miniforge – python3. 9 numpy 1.21.1
Operation error:
## terminal/pycharm error
import numpy
import pandas
Error Messages:
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
At the same time, the python version and numpy version are given, and many files in the miniforge folder no such file are mentioned repeatedly
Solution:
conda install openblas
Import again works normally
Read More:
- [Solved] OpenCV Import Error: ImportError: numpy.core.multiarray failed to import
- Raspberry pie import opencv error: ImportError: numpy.core.multiarray failed to import
- Python ImportError: numpy.core.multiarray failed to import
- How to Solve Error “ImportError: cannot import name imsave“
- How to Solve Python ImportError: cannot import name UnrewindableBodyError
- Import CV2 & Numpy report red Warning and Error [How to Solve]
- PyCharm: How to Solve Tensorflow_datasets Import Error
- How to Solve Pychart configuration import torch error
- Pychart: How to Solve myspyder.items import myitem Error
- [Mac M1] How to Solve import wordcloud Error: ModuleNotFoundError: No module named ‘wordcloud‘
- VScode import numpy Error: DLL load failed [How to Solve]
- [Solved] mnn Import Error: initMNN: init numpy failed
- How to Solve Python Pandas Read or Import Files Error
- For the problem of rejecting old usage errors after numpy is updated, modified in numpy 1.20; for more details and guidance
- [Solved] Pytorch Tensor to numpy error: RuntimeError: Can‘t call numpy() on Tensor that requires grad.报错
- [Solved] AttributeError: module ‘dlib‘ has no attribute ‘get_face_chip‘
- How to Solve Error handling after upgrade pip of Anaconda
- Keras import package error: importerror: cannot import name ‘get_ config‘
- How to Solve Turtle_tf Error in ROS
- Solve the problem of error reporting from scipy.misc import imread & imresize in Python