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
Conda install gives Pip subprocess error: WARNING: Ignoring version 1.8.1 of pytorch-lightning since it has invalid metadata: Requested pytorch-lightning==1.8.1 from https://files.pythonhosted.org/packages/54/8f/ff9e74724d1c203e8f1efe4b763ef941as torch (>=1.9.*) ~~~~~~^ Please use pip<24.1 if you need to use this version.
Solved by fixing pip version to 24.0
dependencies: pip=24.0
The text was updated successfully, but these errors were encountered:
Conda install gives
Pip subprocess error: WARNING: Ignoring version 1.8.1 of pytorch-lightning since it has invalid metadata: Requested pytorch-lightning==1.8.1 from https://files.pythonhosted.org/packages/54/8f/ff9e74724d1c203e8f1efe4b763ef941as torch (>=1.9.*) ~~~~~~^ Please use pip<24.1 if you need to use this version.
Solved by fixing pip version to 24.0
dependencies: pip=24.0
The text was updated successfully, but these errors were encountered: