Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Couldn't import universe without doing 'pip install -U cryptography' #26

Closed
nieoh opened this issue Dec 6, 2016 · 1 comment
Closed

Comments

@nieoh
Copy link

nieoh commented Dec 6, 2016

Got the following error after following installation steps for each aspect (Docker, making sure every version of dependency was greater than the requirement):

AttributeError: 'FFILibrary' object has no attribute 'Cryptography_HAS_SSL_ST'

Doing pip install -U cryptography per this seems to fix the issue.

@alexandercbooth
Copy link
Contributor

I had a similar issue on macOS and anaconda 3.5:

AttributeError: cffi library '_openssl' has no function, constant or global variable named 'Cryptography_STATIC_CALLBACKS'

and was able to resolve it by uninstalling conda version of cryptography and pip install as suggested above. My error appeared to be conda related.

@gdb gdb closed this as completed Apr 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants