#python #visual-studio-code
Вопрос:
Я хочу запустить записную книжку .ipynb в VSCode, но она выходит из строя и отправляет это сообщение. Обратите внимание, что в браузере я могу запускать все без проблем.
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.8 from "C:UsersMartaanaconda3envsgeo_envpython.exe" * The NumPy version is: "1.21.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.```
Ответ №1:
Есть некоторые проблемы с numpy
тем, что вы используете. Не могли бы вы попробовать переустановить его?
pip uninstall -y numpy pip uninstall -y setuptools pip install setuptools pip install numpy