Numpy не может быть импортирован в Spyder - PullRequest
0 голосов
/ 11 октября 2019

При попытке импортировать numpy в spyder я получаю следующее сообщение об ошибке:

ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy c-extensions failed.

- Try uninstalling and reinstalling numpy.

- If you have already done that, then:

1. Check that you expected to use Python3.7 from "/home/sltzgs/anaconda3/bin/python",and that you have no directories in your PATH or PYTHONPATH that can interfere with the Python and numpy version "1.17.2" you're trying to use.

2. If (1) looks fine, you can open a new issue at https://github.com/numpy/numpy/issues. Please include details on: - how you installed Python - how you installed numpy - your operating system - whether or not you have multiple versions of Python installed - if you built from source, your compiler versions and ideally a build log

- If you're working with a numpy git repository, try git clean -xdf (removes all files not under version control) and rebuild numpy.

Note: this error has many possible causes, so please don't comment on an existing issue about this - open a new one instead.

Original error was: No module named 'numpy.core._multiarray_umath'

Однако импорт в блокнот Jupyter работает нормально. Как это возможно? Я уже несколько раз удалял / устанавливал numpy, а также убедился, что sys.path идентичны.

Любая помощь приветствуется. В случае, если требуется какая-либо дополнительная информация, я с радостью помогу. Спасибо.

Некоторые предметы первой необходимости: Python 3.7 Spyder 3.3.6 numpy 1.17.2

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