You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: