Closed HugoManoMano closed 2 years ago
We ran into the same issue. We reverted back to the old version of poetry by pinning the version in our build chain.
Same issue. On AWS CodeArtifact, even though that doesn't look like it'd make a difference.
Closing as I can't reproduce this against AWS on 1.2.x. If you are hitting this, please open an issue and stand up a test instance of your PyPI server if at all possible. If not, pairing with an interested maintainer and introspecting your local copy of Poetry is likely the next best bet, if at all possible.
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.
-vvv
option).Issue
Hi folks :wave: I'm trying to add a private Python package as a dependency of my current project, as per specified in the gist above, but it fails with the trace below.
I have also set-up http identification like this:
poetry config http-basic.mypypi USER PASSWORD
Which is valid authentification (everything works fine with pip by adding the same conf in pip.conf file)
N.B. found this issue which seems the exact same one but on a previous poetry version, and which has been closed without being resolved apparently (the manual modification of poetry scripts is not OK for us because we need CI pipeline to run with poetry)
Here is the trace: