所以我在 Facebook 群組上發(fā)布了這個錯誤,他們說我應(yīng)該得到點(diǎn)子。我安裝了 pip,當(dāng)我想安裝 tkinter 時,它給了我錯誤:我首先使用了這個命令:sudo pip install tkinter...error:ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)ERROR: No matching distribution found for tkinter
3 回答

斯蒂芬大帝
TA貢獻(xiàn)1827條經(jīng)驗 獲得超8個贊
我有同樣的問題:
ModuleNotFoundError:沒有名為“tkinter”的模塊
過了一會兒,我終于意識到我需要安裝 python-tk 包。在 Linux 上,我需要做的就是sudo apt-get install python3-tk
.
- 3 回答
- 0 關(guān)注
- 470 瀏覽
添加回答
舉報
0/150
提交
取消