Skip to content

Installation of cryptography fails for Azure dependencies on windows #3

@jeppe742

Description

@jeppe742

From version 3.3 cryptography switched from compiled wheels for each python version, to using the ABI3 format.
This, however, requires a very recent version of pip to work.
pip==20.0 seemed to do the trick for me

Otherwise, pip will fail to find a compiled wheel and try to compile it from source. This requires you to have OpenSSL installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions