6 Mar
2023
6 Mar
'23
4:46 p.m.
On 2023-03-06 19:23:48 +0300 (+0300), Odhiambo Washington wrote: [...]
I install Python3.11 manually on Debian12 (maybe this is the issue!) VM using the script below: #!/bin/bash cd Python-3.11.2 ./configure --enable-optimizations make altinstall [...]
Are you sure the python3.11 you built is on your path, and is the one getting used? Keep in mind that Debian 12 (bookworm) comes with Python 3.11 as its default python3 already, so I'm curious why you needed to compile it yourself:
https://packages.debian.org/bookworm/python3
-- Jeremy Stanley