Skip to content

Error building PyCall with julia-1.8.5 due to Cryptography version #1023

Closed
@hhaensel

Description

@hhaensel

After installing Julia1.8.5 building of PyCall.jl fails with

AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'

The following workaround from aws/aws-sam-cli#4527 (comment) helped in my case:

Under a command prompt enter

pip install --force-reinstall "cryptography==38.0.4"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions