ubuntu18.04中安装python虚拟环境时报错:

关于pip3 install virtualenvwrapper 报错:ERROR: Could not find a version that satisfies the requirement pbr (from versions: none)

 

网上找了很久没解决,后来一想不就是没找到这个pbr的版本嘛,也不知道这是什么东西,直接安装它就得了:

关于pip3 install virtualenvwrapper 报错:ERROR: Could not find a version that satisfies the requirement pbr (from versions: none)

 

 再去装虚拟环境就可以了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-12-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2021-09-24
  • 2021-10-05
  • 2021-11-07
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案