[Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module

After updating python3.9, import numpy reported an error: DLL load failed while importing _multiarray_umath: The specified module could not be found.

The main problem is environment variables. The solution is: Add an environment variable in pycharm: Path=Anaconda root directory\Library\bin

 

 

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *