pip安装库报错:Could not find a version that satisfies the requirement absl-py (from versions

解决方案是:
pip install absl-py -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
用国内的镜像源来加速

你可能感兴趣的:(Ubuntu学习)