mhpi / hydroDL

Other
180 stars 93 forks source link

Error while setting up conda env #24

Open kelawson48 opened 2 months ago

kelawson48 commented 2 months ago

Received the following error message when trying to set up a new conda environment using environment.yml

LibMambaUnsatisfiableError: Encountered problems while solving:

Could not solve for environment specs The following packages are incompatible ├─ pytorch-cuda ==12.1 ha16c6d3_5 is requested and can be installed; ├─ pytorch-mutex ==1.0 cuda is requested and can be installed; └─ torchaudio 2.0.2 is not installable because there are no viable options ├─ torchaudio 2.0.2 would require │ └─ pytorch-mutex 1.0 cpu, which conflicts with any installable versions previously reported; ├─ torchaudio 2.0.2 would require │ └─ pytorch-cuda 11.7. , which conflicts with any installable versions previously reported; └─ torchaudio 2.0.2 would require └─ pytorch-cuda 11.8. , which conflicts with any installable versions previously reported.

taddyb commented 3 weeks ago

This is related to your specific CUDA toolkit. I would look into the cuda toolkit that you have installed on your system