-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Latest 1.4.0 release causes unclear Issue with aws_psycopg2 install #7585
Comments
the new installer uses https://github.com/pypa/installer, which apparently is stricter about these things. Your choices are
https://packaging.python.org/en/latest/specifications/binary-distribution-format/ is clear that
so |
unreleased pypa/installer#147 refactors this, it's not entirely clear to me but I think that the result will be that (by default) this validation does not happen. so I expect poetry will pick that up in due course if and when the next installer release arrives |
fwiw when that new |
I had the same issue and going back to
My working Dockerfile.
|
@miguelvalente this issue is also not the one that contains the comment that you are replying to. Please stop pasting this comment in irrelevant places. |
It actually is. I was having the same issue as @jakebrinkmann. Dowgrading the version did not help. Disabling the instaler did as suggested in another issue. |
The key difference between 1.3.2 and 1.4.0 is the new installer. Downgrading not solving this exact stack trace is impossible as this code is not used on 1.3.2. I'm going to close this issue as a duplicate of #7585. |
this issue is 7585, I don't think it has a duplicate (specifically this one is about |
Oh, shoot, I apparently crossed a wire pretty badly this morning. |
+1 package producing the same error: Poetry: 1.4.0 release & current master
[tool.poetry]
name = "temp"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.10"
pyqt5-qt5 = "^5.15.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" Installation is successful with pre-1.4, non-modern installer ( |
NB while this is marked fixed by the merge of #7671, it's actually intentionally left such that poetry will refuse to install Other examples mentioned in this thread are actually somewhat different and should be fixed by #7671 |
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. |
1.4.0
python3.9
-vvv
option) and have included the output below.Issue
When using the latest version,
1.4.0
we get the following runtime error:However, when we downgrade to
poetry==1.3.2
this problem goes away...The text was updated successfully, but these errors were encountered: