Closed
Description
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
Labels
No labels