|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jan 2024
Device: Kobo
|
Binary installer thinks my Raspberry is 32 bit but it is 64 bit
I am a long term Calibre user on a Mac. I am trying to install it on a Raspberry 4B with aarch64 (64 bit) operating system. When I run the command as indicated by the Calibre install page for Linux systems:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin it reports that the system is 32 bit and the calibre installer will only run of 64 bit systems. Definitely not true. It is a 64 bit system. Don't know where to go from here |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,616
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You are running a python that thinks your system is 32bit, which is why the installer thinks its a 32 bit system. Fix that and you should be fine.
python -c 'import platform; print(platform.architecture())' |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install fails on Raspberry Pi 4 Model B (64 bit) | bdobby | Calibre | 2 | 10-04-2022 05:16 AM |
| Anyone performance tested the calibre 32bit vs 64 bit on Windows 7 32 bit & 64 bit? | millan | Devices | 6 | 11-07-2014 06:03 PM |
| Calibre 32-bit and 64-bit Installed; Uninstall 32-bit? | J-Mac | Calibre | 6 | 06-29-2013 07:40 AM |
| Windows 7 64-bit + Calibre 0.9.14 64 bit BSD | rjh007 | Calibre | 6 | 01-27-2013 04:35 PM |
| 64-bit Windows 7 can't run the Calibre installer | GlassDeviant | Calibre | 5 | 02-04-2011 11:02 AM |