You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed on a linux machine a conda virtual environment and then I run a pip install -r requirements.txt Unfortunately I always have errors on some package, like "from pytorch_lightning.utilities.seed import seed_everything" gives 'ImportError: cannot import name 'seed_everything' from 'pytorch_lightning.utilities.seed'" or "from pytorch_lightning.plugins import DDPPlugin
ImportError: cannot import name 'DDPPlugin' from 'pytorch_lightning.plugins'".
I tried different versions of packages, higher or lower, depending on what I found in Issues or on the internet. Is there any other method for testing this? A docker image, or the precise package numbers you used? Thank you
The text was updated successfully, but these errors were encountered:
I installed on a linux machine a conda virtual environment and then I run a pip install -r requirements.txt Unfortunately I always have errors on some package, like "from pytorch_lightning.utilities.seed import seed_everything" gives 'ImportError: cannot import name 'seed_everything' from 'pytorch_lightning.utilities.seed'" or "from pytorch_lightning.plugins import DDPPlugin
ImportError: cannot import name 'DDPPlugin' from 'pytorch_lightning.plugins'".
I tried different versions of packages, higher or lower, depending on what I found in Issues or on the internet. Is there any other method for testing this? A docker image, or the precise package numbers you used? Thank you
The text was updated successfully, but these errors were encountered: