pip install tkinter:ERROR: Could not find a version that satisfies the requirement tkinter
这是因为,安装python的时候没有安装tkinter选项,解决这个问题有下面两种方法
一、重新安装python
但是这个步骤有点麻烦
二、在python-3.10.6-amd64里重新勾选下载
pip install tkinter:ERROR: Could not find a version that satisfies the requirement tkinter
这是因为,安装python的时候没有安装tkinter选项,解决这个问题有下面两种方法
一、重新安装python
但是这个步骤有点麻烦
二、在python-3.10.6-amd64里重新勾选下载