You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\__init__.py", line 23, in <module>from . import multiarray
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\multiarray.py", line 10, in <module>from . import overrides
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\overrides.py", line 8, in <module>from numpy._core._multiarray_umath import (
ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\__init__.py", line 49, in <module>raiseImportError(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.10 from "C:\Users\Anjana\anaconda3\envs\ML_env\pythonw.exe"
* The NumPy version is: "1.22.3"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: The specified module could not be found.
Traceback (most recent call last):
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\__init__.py", line 23, in <module>from . import multiarray
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\multiarray.py", line 10, in <module>from . import overrides
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\overrides.py", line 8, in <module>from numpy._core._multiarray_umath import (
ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Anjana\anaconda3\envs\ML_env\lib\site-packages\numpy\_core\__init__.py", line 49, in <module>raiseImportError(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.10 from "C:\Users\Anjana\anaconda3\envs\ML_env\pythonw.exe"
* The NumPy version is: "1.22.3"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: The specified module could not be found.
Hey @ANJANAGHULE, thanks for reporting. This problem is usually caused by installing Numpy, or a package that depends on it, with pip in a conda environment. Since pip and conda packages are binary incompatible, they can't be mixed in the same environment.
To solve it, I'm afraid you'll have to remove and reinstall Anaconda. To properly do that, please follow the instructions in the second part of our video about that (the first part describes why you can't mix pip and conda packages).
Description
What steps will reproduce the problem?
An error occurred while starting the kernel error
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: