-
Notifications
You must be signed in to change notification settings - Fork 21
Raspian 64bit OS Lite - Python3 Multiarch install Problem #242
Comments
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 |
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 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: sunsettrack4/telerising-api#24 |
Ok big thanks |
The latest release of telerising-api should include an arm64 version. |
Perfect, thanks for the help |
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 ?
The text was updated successfully, but these errors were encountered: