V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
swx934
V2EX  ›  问与答

需要安装 pip install gtk,但是提示失败

  •  
  •   swx934 · 2017-12-08 10:18:44 +08:00 · 3087 次点击
    这是一个创建于 2330 天前的主题,其中的信息可能已经有所发展或是发生改变。

    需要安装"pip3 install gtk"但是 pip3 安装会失败,所以尝试去 pypip 网站下载之后本地安装,目前已经下载了并完成解压,接下来不知道怎么安装,(我用的 Ubntu )?

    5 条回复    2017-12-08 15:03:49 +08:00
    awanabe
        1
    awanabe  
       2017-12-08 10:28:55 +08:00
    pip3 安装会失败 ---> 什么错误?

    下载安装包解压 一般就是
    > python setup.py build
    > python setup.py install
    wwqgtxx
        2
    wwqgtxx  
       2017-12-08 10:32:46 +08:00 via iPhone
    你可能需要先安装 libgtk libgtk-dev 这种桌面库(通过系统包管理器)
    swx934
        3
    swx934  
    OP
       2017-12-08 10:37:03 +08:00
    @awanabe Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-yfqlo4iq/pygtk/
    swx934
        4
    swx934  
    OP
       2017-12-08 10:38:55 +08:00
    @awanabe
    wilson@linux:~/Downloads/pygtk-2.24.0$ python3 setup.py install
    ********************************************************************
    * Building PyGTK using distutils is only supported on windows. *
    * To build PyGTK in a supported way, read the INSTALL file. *
    ********************************************************************
    wilson@linux:~/Downloads/pygtk-2.24.0$ python3 setup.py build
    ********************************************************************
    * Building PyGTK using distutils is only supported on windows. *
    * To build PyGTK in a supported way, read the INSTALL file. *
    ********************************************************************
    wilson@linux:~/Downloads/pygtk-2.24.0$
    貌似还是不行啊?
    julyclyde
        5
    julyclyde  
       2017-12-08 15:03:49 +08:00
    @swx934 看提示信息啊
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2685 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:03 · PVG 00:03 · LAX 09:03 · JFK 12:03
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.