Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Dependencies issue in recent Docker images #12854

Closed
babolivier opened this issue May 24, 2022 · 2 comments · Fixed by #12853
Closed

Dependencies issue in recent Docker images #12854

babolivier opened this issue May 24, 2022 · 2 comments · Fixed by #12853
Labels
S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Release-Blocker Must be resolved before making a release

Comments

@babolivier
Copy link
Contributor

CI complains about a missing on matrix-common and we've seen similar reports about Jinja:

Traceback (most recent call last):

  File "/start.py", line 11, in <module>

    import jinja2

ModuleNotFoundError: No module named 'jinja2'
@babolivier babolivier added X-Release-Blocker Must be resolved before making a release T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. S-Major Major functionality / product severely impaired, no satisfactory workaround. labels May 24, 2022
@babolivier
Copy link
Contributor Author

Possibly fixed by #12853

@erikjohnston
Copy link
Member

What was happening was that poetry.core package got updated, which combined with our random pinned poetry version caused it to think that all deps were dev dependencies, and so poetry export would write an empty requirements.txt and so no deps were actually installed in the final image.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Release-Blocker Must be resolved before making a release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants