Python-Download-Package
Problem: Python 报错 Could not find a version that satisfies the requirement (from versions: ) No matching dist
Solution: pip install XXX -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
or Solution: python -m pip install --upgrade pip
Python 报错 Could not find a version that satisfies the requirement (from versions: ) No matching dist
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!