pip3.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

安装zmq==0.0.0 时报错

pip3.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

在安装时,换成下面语句即可

pip3 install zmq==0.0.0 --default-timeout=1000

你可能感兴趣的:(杀千刀的bug)