Conda stone-age version #15262
Unanswered
staniPetrox
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
Hi @staniPetrox, thank you for your report. Could you comment on #14374 with the commands you've run? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I install pl with conda, according to doc with
conda install pytorch-lightning -c conda-forge
I will get a pl version with
python -c "import pytorch_lightning as pl;print(pl.__version__)"
and the result is0.8.5
which is way too low..What is the problem actually?
Beta Was this translation helpful? Give feedback.
All reactions