We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-vvv
OS version and name: OSX catalina 10.15.7
Poetry version: Poetry version 1.1.6
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/vivekhub/655375ab0c92053be9398cb912c921f6
This toml file causes poetry to raise an AssertionError when run. It was generated by Poetry automatically
[vivekv@mbp ~/projects/mkdocs]$ poetry install Updating dependencies Resolving dependencies... (0.0s) AssertionError at ~/.poetry/lib/poetry/mixology/incompatibility.py:111 in __str__ 107│ ) 108│ 109│ def __str__(self): 110│ if isinstance(self._cause, DependencyCause): → 111│ assert len(self._terms) == 2 112│ 113│ depender = self._terms[0] 114│ dependee = self._terms[1] 115│ assert depender.is_positive()
The text was updated successfully, but these errors were encountered:
Hello @vivekhub,
you cannot name you project like a dependency.
The error message could be cleaner here. A ticket already exists: #236
fin swimmer
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
-vvv
option).OS version and name: OSX catalina 10.15.7
Poetry version: Poetry version 1.1.6
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/vivekhub/655375ab0c92053be9398cb912c921f6
Issue
This toml file causes poetry to raise an AssertionError when run. It was generated by Poetry automatically
The text was updated successfully, but these errors were encountered: