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
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
First, thanks for picking up the torch of the deprecated client 👍
Not sure to which repo this belongs but thought you might want to know that Poetry 1.1.4 seems to be unable to install this package.
> poetry add discogs-api
Using version ^0.1.0 for discogs-api
Updating dependencies
Resolving dependencies... (0.0s)
AssertionError
at ~/.poetry/lib/poetry/mixology/incompatibility.py:60 in __init__
56│ # intersection, they're mutually exclusive, making this incompatibility
57│ # irrelevant, since we already know that mutually exclusive version
58│ # ranges are incompatible. We should never derive an irrelevant
59│ # incompatibility.
→ 60│ assert by_ref[ref] is not None
61│ else:
62│ by_ref[ref] = term
63│
64│ new_terms = []
> poetry --version
Poetry version 1.1.4
The text was updated successfully, but these errors were encountered:
First, thanks for picking up the torch of the deprecated client 👍
Not sure to which repo this belongs but thought you might want to know that Poetry 1.1.4 seems to be unable to install this package.
The text was updated successfully, but these errors were encountered: