Replies: 2 comments 2 replies
-
I'm not sure there's enough info here to figure out what might be going on -- however, there is enough for someone who is sufficiently motivated to dig in. If this truly is related to setuptools/distutils and Python 3.10's interaction with Debian patching, this might be resolved on its own. If not, hopefully someone else who wants to do some root cause analysis has time to take a look at it. |
Beta Was this translation helpful? Give feedback.
-
It's a bug (ish) in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1926870 If you're feeling brave and have sudo access, you can fix it manually.
Fortunately you'll only need to do this once. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@neersighted Thank you for the thoughtful response to my question within issue #6013
I was trying to wrap my head around the prevalence of PEP 440 errors running Ubuntu and would like to share my findings --
If I remove poetry, re-install, and try to
poetry install
I get the following PEP 440 error:I came across this discussion regarding setuptools and python3.10 so I tried downgrading setuptools
Poetry still functions if I upgrade setuptools back to the latest version
But if I delete the cache I get the original PEP 440 error
This obviously seems more like a bug with python rather poetry but I wanted to share these findings as it can directly lead to a poor user experience with poetry!
Beta Was this translation helpful? Give feedback.
All reactions