No module named 'numpy.core._multiarray_umath' #5089
Unanswered
AndreaCusinato
asked this question in
SofaPython3
Replies: 1 comment 14 replies
-
Have you installed numpy in your python environment? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Description
Good morning,
I have a problem with @ScheiklP's sofa_env test code. When I try to run
python3 sofa_env/scenes/controllable_object_example/controllable_env.py
I get
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:
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
The above exception was the direct cause of the following exception:
I already checked the suggested troubleshooting, but I couldn't fix the error.
Can you help me?
Thank you!
Steps to reproduce
py -3.11 -m venv C:/SOFA
SOFA\Scripts\Activate
git clone https://github.com/ScheiklP/sofa_env.git
cd sofa_env
pip install -e .
python3 sofa_env/scenes/controllable_object_example/controllable_env.py
Expected behavior
I would have expected that no errors would appear
Environment
Context
Command called
Env vars
import sys print(sys.path) ['', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\idlelib', 'C:\\SOFA\\Lib\\site-packages', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311\\python311.zip', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311\\Lib', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311\\DLLs', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311', 'C:\\Users\\JetsLab\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages']
Logs
Full output
Beta Was this translation helpful? Give feedback.
All reactions