简体   繁体   中英

Python 3.6.2 pip3 install failed

I installed Python 3.6.2 and PyCharm on my win7. I tried to install packages, but PyCharm showed this error:

来自Pycharm的错误

Then I tried pip, but it failed again because of a connection failure:

点差

It's a company laptop and it shouldn't be a security problem, but I'm not sure.

this happens typically when you are behind a proxy. You should try to configure pip to go through the proxy, as described here:

Using pip behind a proxy

This helped me when I had a similar issue.

尝试此pip安装--upgrade --force-reinstall numpy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM