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

Pinning poetry version #83

Closed
pjo256 opened this issue Mar 20, 2023 · 1 comment
Closed

Pinning poetry version #83

pjo256 opened this issue Mar 20, 2023 · 1 comment

Comments

@pjo256
Copy link

pjo256 commented Mar 20, 2023

The recently released 1.4.1 version of poetry exposes an issue with some dependencies where package hashes/sizes are marked as invalid and installation fails with WheelFileValidationError, e.g. torch==1.12.0 - pytorch/pytorch#97153

While this behavior can be disabled by setting installer.modern-installation to false (python-poetry/poetry#7686) or downgrading from 1.4.1 to 1.4.0, pinning pip install poetry in Dockerfiles seems like a good idea in case of other breaking changes in the future.

@ahmetoner
Copy link
Owner

closed by #82

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

2 participants