-
Notifications
You must be signed in to change notification settings - Fork 22
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
pyasn1 is a dependency that doesn't get upgraded #5
Comments
When I first added |
I'd be interested to hear if |
So Ubuntu precise has v0.0.11a by default, and It can remain an optional dependency, by using
|
Hmm, this might be part of the problem. https://travis-ci.org/jayvdb/ndg_httpsclient/jobs/135839291 I suspect the problem is that pip on Ubuntu is using ndg_httpsclient, and the current ndg_httpsclient conflicts with the old pyasn1, so pip breaks during installation. Anyway, valid versions of pyasn1 to choose from are : 0.0.9a0, 0.0.10a0, 0.0.11a0, 0.0.12a0, 0.0.13a0, 0.0.13b0, 0.0.13, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9 And I have found a semi-reasonable workaround to the problem. However 0.0.13 doesnt install on Python 3, so I think the minimum should be at least 0.1.1. However I see that |
Would love to see this merged! The pyasn1 issue is causing issues for us downstream nylas/sync-engine#385 |
I've set a minimum version dependency for If so I'll cut the new release and put in PyPI. Trying a
|
I am rebasing my branch now. |
I've updated devel making |
May solve the crypto error during pip install on a tungstend deploy (link)[cedadev/ndg_httpsclient#5 (comment)]
May solve the crypto error during pip install on a tungstend deploy (link)[cedadev/ndg_httpsclient#5 (comment)]
On an ubuntu 12.04 precise machine, upgrading ndg-httpsclient when python-asn1 is installed will break with
Upgrading pyasn1 before upgrading ndg-httpsclient results in a working system. I think pyasn1 should be a dep here with a minimum version number (just not sure what it is)
The text was updated successfully, but these errors were encountered: