IrisRainbowNeko / genshin_auto_fish

基于深度强化学习的原神自动钓鱼AI
4.77k stars 719 forks source link

imageio>=2.16.0 与 numpy==1.19.5 版本冲突 (dependency conflicts) #255

Open Unka-Malloc opened 2 years ago

Unka-Malloc commented 2 years ago

QQ截图20220318133946

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
imageio 2.16.1 requires numpy>=1.20.0, but you have numpy 1.19.5 which is incompatible.
The conflict is caused by:
    The user requested numpy==1.19.5
    imageio 2.16.0 depends on numpy>=1.20.0

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

解决方法: imageio 版本回退 2.15.0

pip install imageio==2.15.0
pip install numpy==1.19.5

请求: 修改requirements.py 限制imageio==2.15.0