【发布时间】:2016-02-25 00:40:58
【问题描述】:
我尝试通过 pip 安装 pygobject
pip install --user PyGObject
但我不工作:
Collecting PyGObject
Using cached pygobject-2.28.3.tar.bz2
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "C:\Users\A\AppData\Local\Temp\pip-build-phby_jwb\PyGObject\
setup.py", line 272
raise SystemExit, 'ERROR: Nothing to do, gio could not be found and is
essential.'
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\A\AppData\Local\Temp\pip-build-phby_jwb\PyGObject
我的python版本v3.5.0:374f501f4567, 现在我在 Windows 7 上工作
【问题讨论】:
标签: python windows python-3.x pip pygobject