Страница 1 из 1

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

Добавлено: 23 дек 2020, 22:03
admin
При запуске *.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