[已解]fix this you could try to:1. loosen the range of package versions you‘ve specified2. remove pac

在尝试安装pyiqa时遇到了依赖冲突,具体表现为找不到tb-nightly的版本。错误源于使用清华镜像源缺少所需库。解决方法是切换到官方pypi源进行安装,或者调整pyiqa的版本要求来适应可用的依赖。
摘要由CSDN通过智能技术生成

 出现错误:安装包的过程形成了依赖冲突

ERROR: Could not find a version that satisfies the requirement tb-nightly (from pyiqa)
ERROR: No matching distribution found for tb-nightly
ERROR: Cannot install pyiqa==0.1.0, pyiqa==0.1.1, pyiqa==0.1.2, pyiqa==0.1.3, pyiqa==0.1.4, pyiqa==0.1.5, pyiqa==0.1.6.1, pyiqa==0.1.6.2, pyiqa==0.1.6.3, pyiqa==0.1.6.4 and pyiqa==0.1.7 because these package versions have conflicting dependencies.

The conflict is caused by:
    pyiqa 0.1.7 depends on tb-nightly
    pyiqa 0.1.6.4 depends on tb-nightly
    pyiqa 0.1.6.3 depends on tb-nightly
    pyiqa 0.1.6.2 depends on tb-nightly
    pyiqa 0.1.6.1 depends on tb-nightly
    pyiqa 0.1.5 depends on tb-nightly
    pyiqa 0.1.4 depends on tb-nightly
    pyiqa 0.1.3 depends on tb-nightly
    pyiqa 0.1.2 depends on tb-nightly
    pyiqa 0.1.1 depends on tb-nightly
    pyiqa 0.1.0 depends on tb-nightly

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

原因分析:pip安装软件包时,默认使用的镜像源是:https://pypi.org/simple/。而我们使用了清华的镜像源Simple Index 。究其原因就是清华镜像源没有这个库,使用官方命令安装即可解决。

把pip install pyiqa -i https://pypi.tuna.tsinghua.edu.cn/simple some-package改为
pip install pyiqa -i https://pypi.python.org/simple/

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值