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

version 2.4 not available on PyPI through pip [JIRA: CLIENTS-748] #429

Closed
jforcada opened this issue Feb 2, 2016 · 5 comments
Closed

version 2.4 not available on PyPI through pip [JIRA: CLIENTS-748] #429

jforcada opened this issue Feb 2, 2016 · 5 comments

Comments

@jforcada
Copy link

jforcada commented Feb 2, 2016

Hi, I cannot download the 2.4 version of riak-python-client with pip. If I do:

$ pip install riak

Version 2.3 is downloaded. If I do:

$ pip install riak==2.4.0
I get:
Could not find a version that satisfies the requirement riak==2.4.0 (from versions: 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.1, 1.2.2, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.0rc1, 2.2.0, 2.3.0, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.1, 1.2.2, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.0rc1, 2.2.0, 2.3.0)

But PyPI website says it's available: https://pypi.python.org/pypi/riak

@Basho-JIRA Basho-JIRA changed the title version 2.4 not available on PyPI through pip version 2.4 not available on PyPI through pip [JIRA: CLIENTS-748] Feb 2, 2016
@lukebakken
Copy link
Contributor

What is the output of python --version and pip --version?

@lukebakken
Copy link
Contributor

@javajolt - any ideas on this? I see the same issue:

Collecting riak==2.4.0
  Could not find a version that satisfies the requirement riak==2.4.0 (from versions: 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.1, 1.2.2, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0rc1, 2.1.0, 2.2.0, 2.3.0)
No matching distribution found for riak==2.4.0

Runing pip install with the -vvv flag shows this:

Skipping link https://pypi.python.org/packages/3.5/r/riak/riak-2.4.0-py3.5.egg#md5=7e5d43d6732fd1dd865faf9925909f25 (from https://pypi.python.org/simple/riak/); unsupported archive format: .egg

Investigating now.

@lukebakken
Copy link
Contributor

Looks like sdist wasn't built, sigh.

https://docs.python.org/2/distutils/sourcedist.html

@lukebakken
Copy link
Contributor

@jforcada - thanks for reporting this, the issue is resolved now.

@hazen
Copy link

hazen commented Feb 2, 2016

@lukebakken Glad you got it resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants