Skip to content
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

v0.5.1 not installable via pip #8

Closed
dgilland opened this issue Aug 31, 2014 · 1 comment
Closed

v0.5.1 not installable via pip #8

dgilland opened this issue Aug 31, 2014 · 1 comment

Comments

@dgilland
Copy link

I tried to upgrade to 0.5.1, but pip says that 0.5.0 is the latest even though pypi shows this: https://pypi.python.org/pypi/webargs/0.5.1:

(env)[~/Desktop/test_webargs] $ pip --version
pip 1.5.6
(env)[~/Desktop/test_webargs] $ pip search webargs
webargs                   - A utility library for parsing HTTP request arguments, with built-in support for popular
                            web frameworks, including Flask and Django.
(env)[~/Desktop/test_webargs] $ pip install webargs
Downloading/unpacking webargs
  Downloading webargs-0.5.0-py2.py3-none-any.whl
Installing collected packages: webargs
Successfully installed webargs
Cleaning up...
(env)[~/Desktop/test_webargs] $ pip search webargs
webargs                   - A utility library for parsing HTTP request arguments, with built-in support for popular
                            web frameworks, including Flask and Django.
  INSTALLED: 0.5.0
  LATEST:    0.5.1

However, 0.5.1 is missing from https://pypi.python.org/simple/webargs/ which is where (I believe) pip is checking:

screenshot from 2014-08-31 11 16 16

@sloria
Copy link
Member

sloria commented Aug 31, 2014

Hm, it looks like there was a problem uploading the distribution using setuptools on Python 3. I was able to successfully re-upload in a Python 2 environment. You should now be able to upgrade to 0.5.1.

Thanks for reporting this!

@sloria sloria closed this as completed Aug 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants