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?
@pletnes I am facing the same issue and tried to update pip and virtualenv, however my error hasn’t been resolved. Could you share, where you updated what? Thank you