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

Cannot install from PyPI #11

Closed
kalessin opened this issue Aug 10, 2015 · 2 comments
Closed

Cannot install from PyPI #11

kalessin opened this issue Aug 10, 2015 · 2 comments

Comments

@kalessin
Copy link

hi,

installing of jq from pipy repo is currently broken. This is happening since Friday late or Saturday.

@eliasdorneles
Copy link

I've dug a bit more into this issue, and it seems because this URL is downloaded from setup.py and it is currently down: https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz
Can someone restore this please? :)

The error shows up to the user as:

     ....
      File "/usr/lib/python2.7/tarfile.py", line 1730, in gzopen
        raise ReadError("not a gzip file")
    tarfile.ReadError: not a gzip file

@mwilliamson mwilliamson changed the title pipy repo is broken Cannot install from PyPI Aug 10, 2015
@mwilliamson
Copy link
Owner

Thanks for the report. As @eliasdorneles has said, it looks like the jq project have moved the source tarball, so I've uploaded a new version of jq.py that points to the new location. Just so you're aware: unlike the old tarball, this now requires autoconf to be installed.

Let me know if it's still not working for you.

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

3 participants