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
When pip installing the latest lightning (1.8.0) and bolts (0.6.0):
ERROR: Cannot install lightning-bolts==0.6.0 and pytorch-lightning==1.8.0 because these package versions have conflicting dependencies.
The conflict is caused by:
pytorch-lightning 1.8.0 depends on lightning-utilities==0.3.*
lightning-bolts 0.6.0 depends on lightning-utilities<0.5.0 and >0.4.0
The text was updated successfully, but these errors were encountered:
🐛 Bug
When
pip
installing the latest lightning (1.8.0) and bolts (0.6.0):The text was updated successfully, but these errors were encountered: