Thread
:
Binary installer thinks my Raspberry is 32 bit but it is 64 bit
View Single Post
01-28-2024, 09:15 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,382
Karma: 27756918
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())'
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS