-
Notifications
You must be signed in to change notification settings - Fork 308
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
Twine have indirect Python 2 only dependency. #241
Comments
It seems like |
I'd merge a pull request that switches us over to tqdm. Thanks for pointing this out @Carreau. :) |
Carreau
added a commit
to Carreau/twine
that referenced
this issue
Apr 27, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Carreau
added a commit
to Carreau/twine
that referenced
this issue
Apr 27, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Carreau
added a commit
to Carreau/twine
that referenced
this issue
Apr 29, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Carreau
added a commit
to Carreau/twine
that referenced
this issue
May 1, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Carreau
added a commit
to Carreau/twine
that referenced
this issue
May 2, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Carreau
added a commit
to Carreau/twine
that referenced
this issue
May 2, 2017
Closes pypa#241 – As clint as some indirect Python 2 dependency and tqdm has not.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twine rely on clint which install args, which AFAICT has no published Python 3 compatible versions:
Which has the side effect of breaking as soon as sphinx autolink kick in and try to figure out what
blah blah `args` blah blah
could mean as it importargs
. (numpy/numpy#9005)It would be nice to have twine be completely Python 3 compatible.
The activity on
Clint
andArgs
make me doubt I'll get a response though, so opening issue here.The text was updated successfully, but these errors were encountered: