手把手做网站,龙岗坪地网站建设,包装设计网课答案,百度站长平台投诉网站折腾#xff1a;【未解决】Mac中Python 3.7安装TensorFlow期间#xff0c;用#xff1a;pip3 install tensorflow期间会去从下载python包此处连接files.pythonhosted.org的速度很慢。而自己有代理可用。所以想办法去给pip3或pip用上代理#xff0c;加速下载mac pip3 use pr…折腾【未解决】Mac中Python 3.7安装TensorFlow期间用pip3 install tensorflow期间会去从下载python包此处连接files.pythonhosted.org的速度很慢。而自己有代理可用。所以想办法去给pip3或pip用上代理加速下载mac pip3 use proxy好像可以单次去加代理的sudo pip --proxy install 去试试pip3 --proxy http://127.0.0.1:1087 install tensorflow➜ ~ pip3 --proxy http://127.0.0.1:1087 install tensorflowCollecting tensorflowDownloading https://files.pythonhosted.org/packages/2c/72/6b3264aa2889b7dde7663464b99587d95cd6a5f3b9b30181f14d78a63e64/tensorflow-2.0.0-cp37-cp37m-macosx_10_11_x86_64.whl (102.7MB)|███▋ | 11.5MB 377kB/s eta 0:04:02果然速度快多了几百K/s【总结】此处给pip加上代理可以需要的时候再加pip --proxy your_proxy_url install some_package举例pip3 --proxy http://127.0.0.1:1087 install tensorflow即可。