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

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now #27

Open
daveftw84 opened this issue May 2, 2023 · 1 comment

Comments

@daveftw84
Copy link

daveftw84 commented May 2, 2023

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
trying to install main. gets to downloading software

@burki2m
Copy link

burki2m commented Sep 24, 2024

I had the same error, my server could not access bitbucket.org, I solved the problem by using a proxy. try "ping bitbucket.org" if you cannot access it, open install.py and at the top

import os
os.environ['http_proxy'] = 'yourproxyip:port'
os.environ['https_proxy'] = 'yourproxyip:port'

and try again.

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