Closed chris-hailstorm closed 8 years ago
Resolved by reinstalling cryptography in a non-obvious way:
pip uninstall cryptography
LDFLAGS="-L/usr/local/opt/openssl/lib" pip install cryptography --no-use-wheel
See:
Glad to hear you managed to solve your problem. As this isn't directly related to pyfilesystem, can this issue be closed?
Trying a fairly vanilla command line:
Has anyone else seen this? I'm using Python 2.7.12 on OSX 10.9.5
This kind of error is not unheard of with Paramiko and / or the cryptography module but can be pretty hard to resolve. I'm hoping someone else has seen this before.