stdlib extension module _tkinter is missing

49 Views Asked by At

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?

0

There are 0 best solutions below