Bonjour,
J'ai fait récemment une réinstallation d'Anaconda pour mon environnement Python.
J'ai fait une installation de mon environnement Fidle avec pip pour windows.
Cela a toujours très bien fonctionné.
Aujourd'hui mon environnement fidle installé ne fonctionne plus lors du lancement de Jupyter Lab. Le pb semble de venir de l'importation de Numpy.
Voila le message d'erreur que je n'ai pas réussi à corriger :
------------------------------------------------------------------------------------
import numpy
File "D:\VGigot\TRAVAUX\Deep-Learning_Fidle-CNRS\fidle-env\lib\site-packages\numpy\__init__.py", line 150, in <module>
from . import core
File "D:\VGigot\TRAVAUX\Deep-Learning_Fidle-CNRS\fidle-env\lib\site-packages\numpy\core\__init__.py", line 48, 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:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.9 from "D:\VGigot\TRAVAUX\Deep-Learning_Fidle-CNRS\fidle-env\scripts\python.exe"
* The NumPy version is: "1.21.5"
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'
-------------------------------------------------------------------------------------------