I've read the FAQ. I'm also having trouble while updating to 9.13. I'm on Linux (Mint LMDE 7), and have used the CLI update/install for many years. Today, it's stalling on "Setting up desktop integration...", where it just hangs. I hit CTRL-C, and get this "Traceback":
Spoiler:
Code:
Setting up desktop integration...
^CTraceback (most recent call last):
File "<string>", line 1, in <module>
import sys; script_launch=lambda:sys.exit('Download of installer failed!'); exec(sys.stdin.read()); script_launch()
~~~~~~~~~~~~~^^
File "<string>", line 890, in script_launch
File "<string>", line 846, in main
File "<string>", line 716, in run_installer
File "/usr/lib/python3.13/subprocess.py", line 397, in call
return p.wait(timeout=timeout)
~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1280, in wait
return self._wait(timeout=timeout)
~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 2066, in _wait
(pid, sts) = self._try_wait(0)
~~~~~~~~~~~~~~^^^
File "/usr/lib/python3.13/subprocess.py", line 2024, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
I can start Calibre normally, and the update was successful. But this behaviour is odd in my experience, so thought it worth a report.