ImportError: Unable to import required dependencies: numpy:

已回答

Здравствуйте.

Я недавно установил PyCharm. При запуске любой программы выходит ошибка установки пакета numpy. При его установке тоже выходит ошибка. Какие-то настройки не правильные, но не знаю какие.

 

Hello.

I recently installed PyCharm. When starting any program, an error occurs when installing the numpy package. When installing it, an error also comes out. Some settings are not correct, but I don't know what.

0

Пишет, что pip тоже не установлен.

0

The problem from the second screenshot is likely indicating a network issue. Conda is not able to reach its channels to download numpy.

Check if you can install it outside of PyCharm with the same conda environment activated. Check if disabling the firewall and antivirus helps.

0

请先登录再写评论。