Ошибка загрузки DLL _multiarray_unmath при импорте numpy - PullRequest
0 голосов
/ 07 мая 2020

Я установил Numpy v. 1.18.4 и Python 3.8. Я думаю, это последние данные на 5/2020. Я получаю сообщение об ошибке:

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.8 from "C:\Users\SScott1\.conda\envs\cartoenv7_3_8\python.exe"
  * The NumPy version is: "1.18.4"

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.  

Где я могу сообщить об этом? Как устранить эту ошибку.

1 Ответ

0 голосов
/ 10 мая 2020

Это происходит, когда вы запускаете VS Code вне Anaconda Navigator.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...