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

pip install error #2

Open
glennrosenberg opened this issue Jun 11, 2019 · 1 comment
Open

pip install error #2

glennrosenberg opened this issue Jun 11, 2019 · 1 comment

Comments

@glennrosenberg
Copy link

I get an error when installing the cryptography==1.7.2 dependency for jwt==0.5.3. Changing the required version to jwt==0.6.1 (and cryptography==2.7) resolves the error. It looks like no wheel has been built for cryptography==1.7.2 with CPython3.7.
https://pypi.org/project/cryptography/1.7.2/#files

@logarby
Copy link

logarby commented Dec 5, 2019

I get an error when installing the cryptography==1.7.2 dependency for jwt==0.5.3. Changing the required version to jwt==0.6.1 (and cryptography==2.7) resolves the error. It looks like no wheel has been built for cryptography==1.7.2 with CPython3.7.
https://pypi.org/project/cryptography/1.7.2/#files

After 2 hours of googling and trying different fixes, I came here to post the same issue. I modified my requirements.txt file and it worked right away. Thanks a lot.

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