Linux install error
I'm having this very same problem now, when I want to install it through the command line download procedure suddenly stops and this error is returned:
Downloaded 1581 bytes
Checking downloaded file integrity...
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 285, in main
File "<string>", line 243, in download_and_extract
File "<string>", line 228, in download_tarball
File "/usr/local/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '[u'tar', u'tjf', '/tmp/tmp4G2Cxe']' returned non-zero exit status 2
I have tried it different times, from different computers. Unfortunately the repository has only the V 0.6...
I've also tried to use the .tar.bz2 file but after downloading it I couldn't find out what I have to do?
Can anyone help me here?
|