Dear builders,
I’m trying to pip install cryptography
, essentially, and it works just great on py37 and py38. For py36 I get an error that I’m missing a Rust compiler. It seems py36 tries to build from source whereas on pypi I find wheels for py36, py37, py38. Why does it try to build from source on py36, or am I not understanding the issue here? Is the environment py36 somehow different from the others?
PR, for context
Build success/failure here (depending on python version)
https://travis-ci.org/github/SAP/cloud-pysec/builds/760937377
Pypi wheel seems to be py36+ compatible?
Thanks in advance.
Paul