<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi there,<div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class=""><span style="color: rgb(116, 116, 116); font-family: Menlo; font-size: 11px;" class="">Building wheels for collected packages: cryptography </span></div><div class=""><br class=""></div><div class="">I found the command</div><div class=""><br class=""></div><div class="">pip install cryptography --no-binary cryptography</div><div class=""><br class=""></div><div class="">in the documentation to prevent building the wheel, but it does not work as expected.</div><div class=""><br class=""></div><div class="">Is there anything that can be done to prevent building the wheel?</div><div class=""><br class=""></div><div class=""> I unsuccessfully tried:</div><div class=""><br class=""></div><div class="">* pip install cryptography --no-binary=cryptography</div><div class="">* pip install —no-cache-dir cryptography</div><div class="">* pip install —no-cache-dir --no-binary :all: cryptography</div><div class=""><br class=""></div><div class="">Testet with cryptography-36.0.1</div><div class=""><br class=""></div><div class="">Thanks for the reply</div><div class=""><br class=""></div><div class="">All the best</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span> Felix</div><div class=""><br class=""><div class="">
<div><br class=""></div><br class="Apple-interchange-newline">
</div>

<br class=""></div></body></html>