解决 Python Tkinter 安装错误:'ERROR: Could not find a version that satisfies the requirement tkinter...'
如果您使用的是 Python3,那么 Tkinter 应该已经预装在您的系统中。如果您使用的是 Python2,您需要安装 Tkinter 模块。您可以使用以下命令在终端中安装 Tkinter 模块:
在 Ubuntu 中:
sudo apt-get install python-tk
在 CentOS 中:
sudo yum install python-tkinter
在 Mac OS 中:
brew install python-tk
如果您使用的是 Windows 系统,则应该已经默认安装了 Tkinter 模块。如果您仍然遇到问题,请尝试重新安装 Python,或者在 Python 官方网站上查找 Tkinter 模块的安装方法。
原文地址: https://www.cveoy.top/t/topic/jCTk 著作权归作者所有。请勿转载和采集!