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

not in gzip format #643

Closed
leonli319 opened this issue Aug 25, 2014 · 5 comments
Closed

not in gzip format #643

leonli319 opened this issue Aug 25, 2014 · 5 comments

Comments

@leonli319
Copy link

I can't extract from tarball "virtualenv-X.X.tar.gz".
This is what I got:

$ tar xfvz virtualenv-X.X.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors

@msabramo
Copy link

What tarball? Download from PyPI?

@pfmoore
Copy link
Member

pfmoore commented Mar 14, 2015

Did your download tool (browser?) notice the file was served as a gzip and automatically unzip it? IIRC some browsers used to do this.

@Ivoz
Copy link

Ivoz commented Nov 2, 2015

Same command line invocation worked for me just now, using .tar.gz files from both github releases and pypi. Comment again if you're still having an issue.

@Ivoz Ivoz closed this as completed Nov 2, 2015
@pramodsetlur
Copy link

I am unable to untar it using tar -zxvf or gunzip.

USHOLPSE2-ML:tmp pramod.setlur$ tar -xf virtualenv-X.X.tar.gz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.

USHOLPSE2-ML:tmp pramod.setlur$ gunzip virtualenv-X.X.tar.gz
gunzip: virtualenv-X.X.tar.gz: not in gzip format
USHOLPSE2-ML:tmp pramod.setlur$

@Ivoz
Copy link

Ivoz commented Jan 22, 2016

You probably need the zlib/gzip library installed.

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants