Installation with conda? #8990
-
I got this question from someone around installing Lightning with conda Running both |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Conda-forge does not have any latest pytorch (the last is 1.1) which in leads installing pytorch-lightning 0.8 as it was last supporting this PT version... You need to add channel pytorch |
Beta Was this translation helpful? Give feedback.
Conda-forge does not have any latest pytorch (the last is 1.1) which in leads installing pytorch-lightning 0.8 as it was last supporting this PT version... You need to add channel pytorch
conda install -c pytorch -c conda-forge pytorch-lightning