mahmoodlab / CLAM

Data-efficient and weakly supervised computational pathology on whole slide images - Nature Biomedical Engineering
http://clam.mahmoodlab.org
GNU General Public License v3.0
1.02k stars 340 forks source link

Conda installation error with PyTorch #190

Closed jonasmrr closed 5 months ago

jonasmrr commented 1 year ago

PROBLEM: The installation according to the tutorial seems to be broken (Ubuntu 22.04). Creating the conda environment throws the error:

""" Solving environment: failed

ResolvePackageNotFound:

"""

SOLUTION: I created a new .yml file that works for me: environment.yml.zip

wwwpeirong commented 1 year ago

Thanks you so much! I encountered the same problem, and solved it by using your new yml file.

KidElectric commented 1 year ago

I ran into the same issue -- maybe this should be a PR?

yuanzhang7 commented 10 months ago

Thank you for sharing your solution!It also helps me.

dhlee3342 commented 6 months ago

Thank you <3

fedshyvana commented 5 months ago

added this to the README, thanks everyone!

Shrishtee-kandoi commented 5 months ago

`Solving environment: failed

ResolvePackageNotFound:

MarioPaps commented 5 months ago

Is it possible to use newer versions of CUDA and Pytorch in the .yaml file? These versions are quite old.