Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting dependency with latest lightning version #941

Closed
dannyfriar opened this issue Nov 8, 2022 · 1 comment
Closed

Conflicting dependency with latest lightning version #941

dannyfriar opened this issue Nov 8, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@dannyfriar
Copy link

🐛 Bug

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
@dannyfriar dannyfriar added the help wanted Extra attention is needed label Nov 8, 2022
@Borda
Copy link
Member

Borda commented Nov 8, 2022

Shall be now resolved on master with #938

@Borda Borda closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants