View Single Post
Old 03-21-2025, 07:15 PM   #1
mathdaemon
Junior Member
mathdaemon began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2025
Device: none
Calibre 8.0.1 binary install error

I'm trying to upgrade from 7.26 to Calibre 8.0.1 on Fedora 41.

Code:
~$ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

Using python executable: /usr/local/bin/python3
Traceback (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 837, in main
  File "<string>", line 788, in check_glibc_version
  File "/usr/local/lib/python3.13/ctypes/__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
Packages are present/updated and I've tried reinstalling python through dnf reinstall.
glibc version 2.40.
mathdaemon is offline   Reply With Quote