Created
December 11, 2024 19:36
-
-
Save x86demon/0f0e0e392a81d9f2bd2a97500485e953 to your computer and use it in GitHub Desktop.
poetry install complete_pretty_name not known
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if hasattr(term.dependency, 'complete_pretty_name'): | |
pretty_name = term.dependency.complete_pretty_name | |
else: | |
pretty_name = term.dependency.pretty_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment