描述你的问题
当我运行pip install -r requirements.txt
命令时,我得到了一个错误:
ERROR: Cannot install -r requirements.txt (line 139), -r requirements.txt (line 77) and pytz==2024.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested pytz==2024.1
pandas 2.2.1 depends on pytz>=2020.1
volcengine 1.0.141 depends on pytz==2020.5
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
6条答案
按热度按时间7d7tgy0s1#
你可以在
requirements.txt
中删除pytz==2024.1
,它将由其他依赖项自动安装。ep6jt1vc2#
我们已经优化了requirements.txt。最新的呢?
nukf8bse3#
你可以在
requirements.txt
中删除pytz==2024.1
,它将由其他依赖项自动安装。谢谢,自那时起没有报告错误。
polhcujo4#
我们已经优化了requirements.txt。最新的呢?
这个不行,还是一样的错误。
kt06eoxx5#
pytz==2024.1已删除。
wgx48brx6#
最新的main分支,安装依赖报错。
信息:pip正在查看volcengine的多个版本,以确定哪个版本与其他需求兼容。这可能需要一段时间。
错误:无法安装 -r requirements.txt (第138行), -r requirements.txt (第52行) 和 pycryptodome==3.20.0,因为这些包的版本具有冲突的依赖关系。
冲突是由于:
用户请求了pycryptodome==3.20.0
minio 7.2.4依赖于pycryptodome
volcengine 1.0.141依赖于pycryptodome==3.9.9
需要修改volcengine的依赖版本还是修改pycryptodome的版本。
我们已经优化了requirements.txt。最新的呢?