Code: Alles auswählen
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Code: Alles auswählen
Using python executable: /usr/local/bin/python3
2019-10-20 12:19:55 URL:https://download.calibre-ebook.com/linux-installer.sh [31888/31888] -> "-" [1]
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 16, in <module>
File "/usr/local/lib/python3.7/ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ModuleNotFoundError: No module named '_ssl'
Bis vor kurzem konnte ich Calibre noch problemlos installieren.
Es kann aber sein, dass ich zwischenzeitlich irgend eine andere Version von Python auf meinem Notebook installiert habe. Habe da was in Zusammenhang mit Raspberry Pi - ESP8266 getestet.
Habe ich mir da irgend etwas zerschossen?