Anaconda 错误:numpy.core.multiarray failed to import

It may be caused by the previously downloaded Python 2.6 with default numpy and not uninstalled cleanly


1. Try to update NumPy and related modules:

Execute conda update –all in CMD and you will see a prompt to select yes/y to see if it can be loaded after the update is complete.


It was found that the update could not be successful, so the following methods were taken:


2. If method 1 cannot solve the problem, try to uninstall the relevant library and reinstall it.
Execute conda remove numpy in CMD and encounter a prompt to select yes/y 

After uninstalling, reinstall it and execute conda install numpy in CMD


Prompt whether to overwrite the original version, select Yes, DONE!

It may be caused by the previously downloaded Python 2.6 with default numpy and not uninstalled cleanly


1. Try to update NumPy and related modules:

Execute conda update –all in CMD and you will see a prompt to select yes/y to see if it can be loaded after the update is complete.


It was found that the update could not be successful, so the following methods were taken:


2. If method 1 cannot solve the problem, try to uninstall the relevant library and reinstall it.
Execute conda remove numpy in CMD and encounter a prompt to select yes/y 

After uninstalling, reinstall it and execute conda install numpy in CMD


Prompt whether to overwrite the original version, select Yes, DONE!

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325577298&siteId=291194637