pip3 安装 packages 的速度好慢啊,怎么办?加入了那些代码
[global]
index-url = http://e.pypi.python.org/simple
timeout = 1000
[install]
use-mirrors = true
mirrors = http://e.pypi.python.org
但是安装是说,不被信任。
The repository located at e.pypi.python.org is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host e.pypi.python.org'.
Could not find a version that satisfies the requirement sympy (from versions: )
No matching distribution found for sympy
或者说--trusted-host 这个应该加在哪里?。或者有别的什么办法?(◎_◎;)
萌新求教|´・ω・)ノ
[global]
index-url = http://e.pypi.python.org/simple
timeout = 1000
[install]
use-mirrors = true
mirrors = http://e.pypi.python.org
但是安装是说,不被信任。
The repository located at e.pypi.python.org is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host e.pypi.python.org'.
Could not find a version that satisfies the requirement sympy (from versions: )
No matching distribution found for sympy
或者说--trusted-host 这个应该加在哪里?。或者有别的什么办法?(◎_◎;)
萌新求教|´・ω・)ノ