- OS version and name: python:3.10-alpine docker container
- Poetry version: 1.1.13 and 1.2.0a2
- Link of a Gist with the contents of your pyproject.toml file: n/a
Issue
Poetry isn't finding musllinux binary wheel for the cryptography package that pip finds. Instead, it compiles from source on Alpine. Pip finds the binary package and installs cryptography successfully.
This gist contains scripts to reproduce the issue.
-vvvoption).Issue
Poetry isn't finding musllinux binary wheel for the cryptography package that pip finds. Instead, it compiles from source on Alpine. Pip finds the binary package and installs cryptography successfully.
This gist contains scripts to reproduce the issue.