Fix as of dec 18, 2014 end of ecit
Went to Debian sid on one machine
For the standard linux install I get the following for output
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()"
2014-11-28 01:48:25 URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py [25619/25619] -> "-" [1]
Installing to /opt/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 648, in main
File "<string>", line 620, in download_and_extract
File "<string>", line 612, in get_tarball_info
File "<string>", line 571, in get_https_resource_securely
File "<string>", line 483, in __init__
File "/usr/lib/python2.7/httplib.py", line 1204, in __init__
context.load_cert_chain(cert_file, key_file)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2525)
I do have python 2.7 installed
Any hints or suggestions?