Windows10 use pip to install some packages always interrupt

Problem Description

Windows10 use pip to install some packages always interrupt
Here Insert Picture Description##

problem solved

  1. Run as administrator command
    Here Insert Picture Description
    3. If you still have a problem then the next use of domestic resources
    following the election of a link
pip install -i https://pypi.douban.com/simple module # 使用豆瓣源
pip install -i http://mirrors.aliyun.com/pypi/simple/ module # 阿里云
pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ module # 中国科技大学
pip install -i http://pypi.douban.com/simple/ module # 豆瓣(douban)
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ module # 清华大学
pip install -i http://pypi.mirrors.ustc.edu.cn/simple/ module # 中国科学技术大学
## 把module换成你要安装的包名即可

Here Insert Picture DescriptionSuccessfully resolved!
reference:

Use pip to install some packages always interrupt what to do

Published 98 original articles · won praise 0 · Views 2701

Guess you like

Origin blog.csdn.net/qq_22017379/article/details/104293704