网络不稳定在安装时 会出现

 ERROR: Could not find a version that satisfies the requirement virtualenv (from versions: none)
ERROR: No matching distribution found for virtualenv

因此再安装模块时指定国内镜像,比如安装虚拟环境时

pip install virtualenv -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 

python 安装虚拟环境 virtualenv时

相关文章:

  • 2021-12-02
  • 2021-11-23
  • 2021-10-08
  • 2021-10-02
  • 2021-11-09
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2021-07-16
  • 2021-09-10
  • 2021-11-26
  • 2021-05-22
  • 2021-10-30
  • 2022-01-09
  • 2021-11-20
相关资源
相似解决方案