超时处理
设置超时上线
pip install --default-timeout=1000 opencv-python
切换国内源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python
//阿里云 http://mirrors.aliyun.com/pypi/simple/
//中国科技大学https://pypi.mirrors.ustc.edu.cn/simple/
//豆瓣(douban)http://pypi.douban.com/simple/
//清华大学https://pypi.tuna.tsinghua.edu.cn/simple/
//中国科学技术大学http://pypi.mirrors.ustc.edu.cn/simple/
安装指定版本库
pip install pycrypto==2.6.1
查询可供选择库版本
pip install package_name==
参考
pip install超时
pip install 安装指定版本的包
用pip查看要安装的python包的所有版本
让python pip使用国内镜像