安装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  陈晓猛  阅读(208)  评论(0)    收藏  举报
相关博文:
阅读排行:
· 编码之道,道心破碎。
· 知名开源项目Alist被收购!惹程序员众怒,开团炮轰甲方
· 千万级大表,如何做性能调优?
· 不写代码,让 AI 生成手机 APP!保姆级教程
· 记一次 .NET 某发证机系统 崩溃分析
历史上的今天:
2021-06-03 使用Postman工具做接口测试(五)——生成随机参数
2021-06-03 使用Postman工具做接口测试(四)——参数化、执行用例与生成测试报告(完结篇)
2021-06-03 使用Postman工具做接口测试(三)——断言与参数提取
2021-06-03 使用Postman工具做基本测试(二)环境变量和请求参数格式
2021-06-03 使用Postman工具做接口测试(一)安装基本功能介绍和简单使用
2021-06-03 <unittest>
2021-06-03 $(document).on和$('#idname').on和$(function(){ })区别
点击右上角即可分享
微信分享提示