我试图在Mac上运行textest &,以跟踪金玫瑰-重构-卡塔,但我一直遇到以下错误消息
> texttest &
[1] 58365
peter.walker in ~/dev-projects/gildedrose-ruby-kata on branch main > Could not start TextTest 4.1.3 GUI due to PyGI/PyGObject GUI library problems :
Unable to import PyGI module 'Gtk' - No module named 'gi'
[1] + exit 1 texttest我试过安装python3 3-gi,但我面临的是
> pip3 install python3-gi
ERROR: Could not find a version that satisfies the requirement python3-gi (from versions: none)
ERROR: No matching distribution found for python3-gi发布于 2022-09-08 19:43:25
图形用户界面开始运行在brew install pygobject3 gtk+3之后
https://stackoverflow.com/questions/73654222
复制相似问题