马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
为啥我安装pyGtk时报错:
ERROR: Command errored out with exit status 1:
command: 'c:\users\family_1702\appdata\local\programs\python\python38-32\py
thon.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\fa
mily_1702\\AppData\\Local\\Temp\\pip-install-1wq5103c\\pygtk\\setup.py'"'"'; __f
ile__='"'"'C:\\Users\\family_1702\\AppData\\Local\\Temp\\pip-install-1wq5103c\\p
ygtk\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.r
ead().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file_
_, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\family_1702\AppData\Local\Tem
p\pip-pip-egg-info-zmes7zxy'
cwd: C:\Users\family_1702\AppData\Local\Temp\pip-install-1wq5103c\pygtk
\
Complete output (1 lines):
ERROR: Could not import dsextras module: Make sure you have installed pygobj
ect.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.ERROR: Command errored out with exit status 1:
command: 'c:\users\family_1702\appdata\local\programs\python\python38-32\py
thon.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\fa
mily_1702\\AppData\\Local\\Temp\\pip-install-1wq5103c\\pygtk\\setup.py'"'"'; __f
ile__='"'"'C:\\Users\\family_1702\\AppData\\Local\\Temp\\pip-install-1wq5103c\\p
ygtk\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.r
ead().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file_
_, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\family_1702\AppData\Local\Tem
p\pip-pip-egg-info-zmes7zxy'
cwd: C:\Users\family_1702\AppData\Local\Temp\pip-install-1wq5103c\pygtk
\
Complete output (1 lines):
ERROR: Could not import dsextras module: Make sure you have installed pygobj
ect.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.
报错里面有句 Make sure you have installed pygobject.
是不是要装pygobject 还有就是
https://www.lfd.uci.edu/~gohlke/pythonlibs/
这个网站里面是不是全都是python2.7的 根本不支持?
还有 你电脑是32位吗
|