facebookresearch / LAMA

LAnguage Model Analysis
Other
1.36k stars 184 forks source link

No Matching distribution found for torch #35

Closed mathieugrasland closed 4 years ago

mathieugrasland commented 4 years ago

Hi everyone,

I want to install Lama on my WIN10 laptop and this error keep interrupt: image Can you help me ?

Thanks

Mathieu

fabiopetroni commented 4 years ago

Hey Mathieu, did you created a LAMA specific conda environment? (there are instructions in the README for that) It might clash with other dependencies you have on your standard environment.

mathieugrasland commented 4 years ago

Thank you for your answer, At first I didn't tried because it was optional... So I just tried, how to be sure that the conda environment is activated ? image I think it is, but still the same error...

mathieugrasland commented 4 years ago

Ok I did manage to pass this step, you will have to install before and separatly torch 1.0.1 https://pytorch.org/get-started/previous-versions/ for more details : https://github.com/pytorch/pytorch/issues/18384