Raspberry-Pi-OS-64bit
Raspberry-Pi-OS-64bit copied to clipboard
Raspian 64bit OS Lite - Python3 Multiarch install Problem
Hi,
i have freshly installed Raspian 64bit LITE on my Raspberry Pi 4 B with the Raspberry Imager 1.7.3 to an USB Stick, and have some issues with clean installing Python3 in ARMHF Architecture
After installation and booting heres my method:
sudo dpkg --add-architecture armhf sudo apt-get update sudo apt install python3:armhf
Python3 is preinstalled in 64bit Version on Raspian OS 64bit.
Heres the whole command line procedure:
After i try again sudo apt install python3:armhf
I get this:
Any Ideas how to get here a clean install ?
Can you explain why you want to install the armhf (32-bit) Python into your 64-bit OS?
Hi,
yes i have some 32bit Apps that i can´t get in a 64bit Version for Raspberry, these requires the 32bit Python.
And i need InfluxDB in Version 2.5 that runs only on 64bit Raspian OS
yes i have some 32bit Apps that i can´t get in a 64bit Version for Raspberry, these requires the 32bit Python.
Which apps? It would be nice to be able to fix your problem without the need for two different Python3 installations.
Hi,
i have tested all other Apps and all runs fine on 64bit OS
except this one this won´t start on 64bit OS and it use 32bit Python3 installation and some Libraries Before i have used RaspianOS 32bit, but i need for my new projects the influxdb 2.5 which only runs on the 64bit.
https://github.com/sunsettrack4/telerising-api
The Raspian Package armhf i use this for my TV Setup with TVHeadend (TVHeadend runs fine on 64bit)
I've opened an issue requesting a 64-bit build: https://github.com/sunsettrack4/telerising-api/issues/24
Ok big thanks
The latest release of telerising-api should include an arm64 version.
Perfect, thanks for the help