I tried to install Python 3.12.2, but in the configure log, I found three problems:
--enable-wasm-dynamic-linking--enable-wasm-pthreads- Standard library extension module
_tkinter
All three are missing. Here's what I did:
sudo apt-get install python3-tk
sudo apt-get reinstall python3-tk
python3-tk is installed already
Do you have any ideas to solve these problems?