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
pip install -r requirements.txt doesn't work on my system (ubuntu 18.04 LTS) due to the constraint cryptography==1.2.3. I believe this is due to differences between my OpenSSL headers and @jpf 's, as I'm seeing gcc errors similar to pyca/cryptography#3121 and installing a newer version of the cryptography module succeeds
The same instructions seem to work using the requirements.txt in #5 —is there any chance of that PR being merged?
Thank you for offering this resource to Okta developers!
The text was updated successfully, but these errors were encountered:
pip install -r requirements.txt
doesn't work on my system (ubuntu 18.04 LTS) due to the constraintcryptography==1.2.3
. I believe this is due to differences between my OpenSSL headers and @jpf 's, as I'm seeing gcc errors similar to pyca/cryptography#3121 and installing a newer version of thecryptography
module succeedsThe same instructions seem to work using the
requirements.txt
in #5 —is there any chance of that PR being merged?Thank you for offering this resource to Okta developers!
The text was updated successfully, but these errors were encountered: