Mac python3安装opencv-python报错:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(ho

1、换阿里或清华镜像不好使。

2、使用命令 pip --default-timeout=1000 install -U 模块名 下载速度慢依然不好使。

3、pypi里opencv给的命令是pip install opencv-python

但是这样会安到python 2.7

然而使用pip3 install opencv-python会报错

看了好多教程,乱七八糟的,还得各种改

其实特别简单

这个命令前面加个sudo

 

sudo pip3 install opencv-python

又快又省事,不知道为什么

Mac python3安装opencv-python报错:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(ho

 

上一篇:pycharm安装出现TimeoutError: HTTPSConnectionPool或者Try to run this command from the system terminal.


下一篇:python使用pip安装模块出现ReadTimeoutError: HTTPSConnectionPool的解决方法