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
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.
The text was updated successfully, but these errors were encountered:
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 withWheelFileValidationError
, e.g.torch==1.12.0
- pytorch/pytorch#97153While this behavior can be disabled by setting
installer.modern-installation
tofalse
(python-poetry/poetry#7686) or downgrading from1.4.1
to1.4.0
, pinningpip install poetry
in Dockerfiles seems like a good idea in case of other breaking changes in the future.The text was updated successfully, but these errors were encountered: