-
Notifications
You must be signed in to change notification settings - Fork 294
Install fails with cryptography 2.6 #108
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
Comments
Cryptography has been updated on PyPi. I don't think any one should run into this now, but I'll leave the ticket open for a couple days just in case. |
The upstream fix has resolved the issue. Closing. |
Too bad, i'm having the message It's very frustrating.. |
i have same error
|
Hi @jvanlangen @dumians - if you are still having this problem, can you open a new ticket for your issue? This issue is resolved already, and your issue looks different than the original issue |
@jodoglevy Hello! I was experiencing the same issue with a python 3.8 virtualenv. Even installing the newest version of
After this, I was able to build cryptography (and pgpy, subsequently). |
@jvanlangen it is not solved on Python 3.8, using 3.7.5 works. Btw. pip install oci works without problems but with oci-cli not. |
I ran into a problem with the cryptograpy module, while installin pyAesCrypt
I switched today from python x86 to x64, but copied the *lib and include from openSSL x86 to the python folder. |
I got this error trying to install Scrapy with Python 3.8.1 on Windows 10, but its solved installing the last version of pip (19.3.1 in my case) and all works using pip in this way: python -m pip install scrapy --user |
use |
Hi, you should install |
The environment-variables didn't work for me, but these steps worked for me:
|
Issue:
Starting with cryptography 2.6 (released today) the SDK won't install in a Python 3.6 virtualenv. I expect it won't install anywhere but I haven't tested that. The SDK should install using the documented process,
pip install oci
.NOTE: There appears to be an open ticket here -> pyca/cryptography#4789. This may get resolved upstream.
Error:
Workaround:
Install cryptography 2.5 before installing the SDK -
Repo:
I'm running this in the Oracle-Linux-7.6-2019.01.17-0 image on OCI.
References:
The text was updated successfully, but these errors were encountered: