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

Can't install commandment (cryptography fails) #17

Open
snyuryev opened this issue May 21, 2018 · 3 comments
Open

Can't install commandment (cryptography fails) #17

snyuryev opened this issue May 21, 2018 · 3 comments

Comments

@snyuryev
Copy link

commandment 0.1 has requirement cryptography==2.1.4, but you'll have cryptography 2.2.2 which is incompatible.

pyopenssl 18.0.0 has requirement cryptography>=2.2.1, but you'll have cryptography 2.1.4 which is incompatible.

How to make it works? I mean how to install commandment?

ps: also doc says
"pip install -r ./requirements.txt"
but there is no such file.

@mosen
Copy link
Member

mosen commented May 21, 2018

Hi there,
Documentation is being updated because I've switched from requirements.txt to Pipenv.
eg. using pipenv install.
pyopenssl should be locked to 17.5. Let me have a look at that.

@billzbh
Copy link

billzbh commented May 31, 2018

"pip install -r ./requirements.txt"
but there is no such file.

me too!

@mosen
Copy link
Member

mosen commented May 31, 2018

Still haven't published new docs sorry bill

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

3 participants