安装jsonpath时报错: ERROR: Could not find a version that satisfies the requirement jsonpath (from versions: none) ERROR: No matching distribution found for jsonpath
安装jsonpath时报错:
ERROR: Could not find a version that satisfies the requirement jsonpath (from versions: none)
ERROR: No matching distribution found for jsonpath
解决方法:
pip install jsonpath -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
出现该问题的原因分析:
错误:找不到满足要求的版本<软件包>(来自版本:无)
错误:找不到匹配的<软件包>分布
使用常用的国内源挨个试,总有一款合适
阿里云:http://mirrors.aliyun.com/pypi/simple/
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban):http://pypi.douban.com/simple/
声明 欢迎转载,但请保留文章原始出处:) 博客园:https://www.cnblogs.com/chenxiaomeng/
如出现转载未声明 将追究法律责任~谢谢合作