Replies: 2 comments 14 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I highly recommend not building from main unless you are willing to suffer the pain of RHEL9. These instructions should still be valid for 2.4.x #2234 (comment). You'll want to get the latest spec file from fedora and add the patch modification. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blueman: 2.4.3
BlueZ: ?
Distribution: almalinux 9
Desktop environment: XFCE
$ cd src
$ git clone https://github.com/blueman-project/blueman.git
$ cd blueman
$ ./autogen.sh
(...)
checking for a Python interpreter with version >= 3.10... none
configure: error: no suitable Python interpreter found
$
[root@nixpix blueman]# dnf -y install python3.12 python3.11
Last metadata expiration check: 0:23:46 ago on Sun 29 Dec 2024 20:47:50 CET.
Package python3.12-3.12.5-2.el9_5.2.x86_64 is already installed.
Package python3.11-3.11.9-7.el9_5.2.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@nixpix blueman]#
python3.10 does not exist and both 3.11 and 3.12 is a higher version then 3.10
Beta Was this translation helpful? Give feedback.
All reactions