[Cryptography-dev] Alpine: pip install cryptography --no-binary cryptography generates wheel

2022-02-27 Thread Felix Woelk
Hi there, I am using cryptography in a docker container with alpine linux. The container creation takes quite a long time and the majority of the time (approx 5 minutes) is consumed by building the wheel for the collected packages cryptography. Building wheels for collected packages: cryptogra

Re: [Cryptography-dev] Alpine: pip install cryptography --no-binary cryptography generates wheel

2022-02-27 Thread Alex Gaynor
--no-binary prevents downloading a pre-built wheel. However, pip will always build a wheel internally from an sdist, that's part of how it installs a package. What are you actually trying to do? Alex On Sun, Feb 27, 2022 at 8:00 AM Felix Woelk wrote: > > Hi there, > > I am using cryptography in