RuntimeError: The current Numpy installation ('*****') fails to pass a sanity check due to a bug in the windows runtime.

Всё что касается Python
Ответить
Аватара пользователя
admin
Администратор
Сообщения: 1103
Зарегистрирован: 18 янв 2012, 01:25
Откуда: Екатеринбург
Контактная информация:

RuntimeError: The current Numpy installation ('*****') fails to pass a sanity check due to a bug in the windows runtime.

Сообщение admin » 23 дек 2020, 22:03

При запуске *.py файла вылетает ошибка, связанная с пакетом Numpy:
RuntimeError: The current Numpy installation ('*****') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

Исправляем так:

Код: Выделить всё

pip uninstall numpy
pip install numpy==1.19.3

Ответить