-
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
Can not install package in CI #9957
Comments
This has been long time coming (for example for performance reasons), but was triggered by this poetry update that crashed the CI pipeline: - https://github.com/owasp-sbot/OSBot-Utils/actions/runs/12632720785/job/35198284338 - python-poetry/poetry#9961 - python-poetry/poetry#9957 - python-poetry/poetry-core#803
Seeing same error...
|
Same for me. I had to add a |
my project structure is: +-- Previously in I made the change adding the following to
This worked for one project, but for another project, although it also helped avoid the error above, I got a different error about not finding modules in a submodule. |
Description
All my poetry projects CI fails with the latest release.
They are using
and just fail with
This seems more or less independent of the requirements as different packages are affected, e.g.:
Workarounds
Poetry Installation Method
other
Operating System
ubuntu-latest
Poetry Version
v2
Poetry Configuration
Python Sysconfig
Example pyproject.toml
-
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: