Skip to content
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

make build hangs, possible because of old version of Poetry #43

Open
OrangeTux opened this issue Sep 6, 2023 · 0 comments
Open

make build hangs, possible because of old version of Poetry #43

OrangeTux opened this issue Sep 6, 2023 · 0 comments

Comments

@OrangeTux
Copy link

The README.md instructs users to run make build. In turn, docker-compse build which builds the Dockerfile.

Building the Dockerfile never finishes. The flow hangs at Dockerfile:27.
https://github.com/SwitchEV/pyslac/blob/e047321ae437ac6fd38a6fd619096ea3131e6da7/Dockerfile#L27

While debugging this issue, I noticed that the Dockerfile is using Poetry 1.1.11. This is a very old version of Poetry.
The latest version is 1.6.x.

Updating to Poetry 1.6 prevents the hanging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant