I tried to import tkinter after in Python3.10 environment I installed with Python installation manager 25 on Windows 11, it installed some PythonCore environment and added it to the PATH.
Tag Name Managed By Version Alias 3.10[-64] * Python 3.10.11 PythonCore 3.10.11 python3.10.exe, python3.exe The import failed and I can't install the tkinter either with [python -m] pip install python-tk or pip install tk
It fails with
ERROR: Could not find a version that satisfies the requirement python-tk (from versions: none) ERROR: No matching distribution found for python-tk How to fix this?