Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install #19

Open
davisbra opened this issue Jul 2, 2018 · 1 comment
Open

cannot install #19

davisbra opened this issue Jul 2, 2018 · 1 comment

Comments

@davisbra
Copy link

davisbra commented Jul 2, 2018

when i trying to install flowing error appears:
Installed /usr/local/lib/python3.5/dist-packages/commandment-0.1-py3.5.egg
Processing dependencies for commandment==0.1
error: cryptography 1.2.3 is installed but cryptography>=2.2.1 is required by {'PyOpenSSL'}
how to resolve this error?

@the-c0d3r
Copy link

That means your cryptography package is lower than the required version 2.21. So you can use pip to upgrade your cryptogrpahy.

pip install --upgrade cryptography

But a better approach is to use virtualenv to install and maintain python projects in order to avoid such conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants