ERROR: Could not find a version that satisfies the requirement get==2019.4.13 (from versions: none)
ERROR: No matching distribution found for get==2019.4.13
请将更多的信息展现出来。没有匹配的描述语句 for get==2019.4.13
错误提示说明,pip安装时,没能找到这个库,检查一下库名、版本号是否正确。
pip install get==2019.4.13 -i https://pypi.tuna.tsinghua.edu.cn/simple
# 换国内源试试