Raspberry-Pi-OS-64bit icon indicating copy to clipboard operation
Raspberry-Pi-OS-64bit copied to clipboard

Raspian 64bit OS Lite - Python3 Multiarch install Problem

Open Starfoxfs opened this issue 2 years ago • 8 comments

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:

commandline1.txt

After i try again sudo apt install python3:armhf

I get this:

commandline2.txt

Any Ideas how to get here a clean install ?

Starfoxfs avatar Dec 06 '22 09:12 Starfoxfs

Can you explain why you want to install the armhf (32-bit) Python into your 64-bit OS?

pelwell avatar Dec 06 '22 10:12 pelwell

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

Starfoxfs avatar Dec 06 '22 10:12 Starfoxfs

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.

pelwell avatar Dec 06 '22 11:12 pelwell

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)

Starfoxfs avatar Dec 06 '22 11:12 Starfoxfs

I've opened an issue requesting a 64-bit build: https://github.com/sunsettrack4/telerising-api/issues/24

pelwell avatar Dec 06 '22 15:12 pelwell

Ok big thanks

Starfoxfs avatar Dec 06 '22 15:12 Starfoxfs

The latest release of telerising-api should include an arm64 version.

pelwell avatar Jun 02 '23 19:06 pelwell

Perfect, thanks for the help

Starfoxfs avatar Jun 03 '23 07:06 Starfoxfs