pip install tkinter:ERROR: Could not find a version that satisfies the requirement tkinter

如果你的系统是windows,当出现这个错误时,原因可能有下面两种情况:

  • 安装损坏
  • 安装时忘记选了tkinter的选项

第一种情况,应该重新执行安装。第二种情况,应该点击下载的安装器,如python-3.10.11-amd64.exe,选择Modify,勾选上td/tk and IDE。

pip install tkinter:ERROR: Could not find a version that satisfies the requirement tkinter_第1张图片

 

来源:python - 我无法安装 Tkinter 或 tkinter。我尝试了所有代码并重新安装了TCL / TK。但仍然出现错误 - 堆栈溢出 (stackoverflow.com)

你可能感兴趣的:(pip)