dependency error
seTalent opened this issue · 0 comments
seTalent commented
When i run pip install -r requirements.txt, error occurs as blow:
ERROR: Cannot install -r requirements.txt (line 205) and nvidia-nccl-cu12==2.18.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested nvidia-nccl-cu12==2.18.1
torch 2.2.2 depends on nvidia-nccl-cu12==2.19.3; platform_system == "Linux" and platform_machine == "x86_64"
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
Could you please help me?
Thanks!