Hi there,
i just tried to install Calibre on a Ubuntu/Linux PC - but get an error when I want to download:
Leads to:
I tried this in the last 3 days - because i thought the network/download page simply is down/unreachable.
But I still get the error.
Anyone got a hint or experienced the same problem?
i just tried to install Calibre on a Ubuntu/Linux PC - but get an error when I want to download:
Code:
sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
Code:
2016-09-23 11:55:29 URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py [26007/26007] -> "-" [1]
Installing to /opt/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 673, in main
File "<string>", line 658, in run_installer
File "<string>", line 630, in download_and_extract
File "<string>", line 622, in get_tarball_info
File "<string>", line 586, in get_https_resource_securely
File "/usr/lib/python2.7/httplib.py", line 1270, in connect
HTTPConnection.connect(self)
File "/usr/lib/python2.7/httplib.py", line 836, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
socket.error: [Errno 101] Network is unreachable
But I still get the error.
Anyone got a hint or experienced the same problem?