安装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/

posted @ 2024-06-03 17:13  陈晓猛  阅读(53)  评论(0编辑  收藏  举报