You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This difference lead to a crash when building a project Docker container:
> [stage-1 7/18] RUN poetry config virtualenvs.create false && poetry install:
#17 0.749 Skipping virtualenv creation, as specified in config file.
#17 1.881 Installing dependencies from lock file
#17 3.363
#17 3.363 Because example depends on both Django (^4.1.2) and django (4.0.8), version solving failed.
Unfortunately I didn't manage to replicate this crash with poetry install with my minimal example, outside of Docker.
The text was updated successfully, but these errors were encountered:
-vvv
option) and have included the output below.Issue
Take this minimal
pyproject.toml
config for poetry:Then run a command to upgrade Django:
Poetry adds a second lower-cased dependency on Django to its configuration:
This difference lead to a crash when building a project Docker container:
Unfortunately I didn't manage to replicate this crash with
poetry install
with my minimal example, outside of Docker.The text was updated successfully, but these errors were encountered: