-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RequirementParse error on cryptography? #3495
Comments
What version of |
Hi Alex, |
Can you try upgrading setuptools and see if that fixes the issue?
…On Apr 6, 2017 4:19 PM, "dsethi" ***@***.***> wrote:
Hi Alex,
I am using 21.0.0
(easy_install --version
setuptools 21.0.0 from /usr/local/lib/python2.7/site-packages (Python
2.7))
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3495 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAADBDkT8crAMov-K8DUll8cSZKNAdf-ks5rtUjcgaJpZM4M2FUj>
.
|
Thanks. I upgraded. New version: easy_install --version However, saw the issue again:
|
Sounds good.
…On Thu, Apr 6, 2017 at 5:13 PM, dsethi ***@***.***> wrote:
Thanks. I upgraded. Let me try for some time get back if I see it again
(original issue happened non-deterministically so would wait some time
before confirming).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3495 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAADBFKfigzlosvjKoTnlyrcgElS6mp3ks5rtVWGgaJpZM4M2FUj>
.
--
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: D1B3 ADC0 E023 8CA6
|
Alex -- please see my edited comment above -- it re-occurred unfortunately for setup tools version 34.3.3. Thanks for the help! |
Ok. Can you try with the latest version of cryptography? |
Thanks Alex - upgraded -- will let you know if I hit it again (or not in some time). |
Happened again -- using: |
Huh. Ok. Is there some way I can reproduce this? |
Let me try to construct a minimal version of the code which replicates this and get back on this. Problem is I also hit it intermittently (as using multiple threads) |
Ok, I managed to reproduce. This happens on most runs:
|
Ok, this appears to be a |
Alex - thanks a bunch for doing this! I will follow the packaging issue thread. |
I've confirmed with @dstufft that there'll be a packaging release in the
next few days. In the meantime, you can work around this by calling
`defautl_backend()` somewhere before you spawn any threads.
…On Thu, Apr 6, 2017 at 9:05 PM, dsethi ***@***.***> wrote:
Alex - thanks a bunch for doing this! I will follow the packaging issue
thread.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3495 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAADBGfTUs11xHwAubyqVZbIB41pXjHRks5rtYvBgaJpZM4M2FUj>
.
--
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: D1B3 ADC0 E023 8CA6
|
Thanks Alex. Very helpful! |
I am using paramiko (2.0.1) with cryptography (1.3.1) on my mac. I get the following requirements parse error:
The text was updated successfully, but these errors were encountered: