The Python version is: Python3.10 from /miniforge3/bin/python' * The NumPy version is: '1.23.2'

preview_player
Показать описание
Can you help me to buy a coffee:

pip install --force-reinstall numpy==1.23.2

Traceback (most recent call last):
File "/Volumes/Macintosh HD/Users/ashenishanka/miniforge3/lib/python3.10/site-packages/numpy/core/__init__.py", line 23, in module
from . import multiarray
from . import overrides

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
import numpy as np
File "/Volumes/Macintosh HD/Users/ashenishanka/miniforge3/lib/python3.10/site-packages/numpy/__init__.py", line 140, in module
from . import core
File "/Volumes/Macintosh HD/Users/ashenishanka/miniforge3/lib/python3.10/site-packages/numpy/core/__init__.py", line 49, in module
raise ImportError(msg)
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

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:

Please note and check the following:

* The Python version is: Python3.10 from "/Volumes/Macintosh HD/Users/ashenishanka/miniforge3/bin/python"
* The NumPy version is: "1.23.2"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Process finished with exit code 1
Рекомендации по теме
Комментарии
Автор

THANK YOU SO MUCH, it worked THANKS KING. pip install --force-reinstall numpy==1.26.3 I did this

favoritetroll