neovim / python-gui

Proof-of-concept Nvim GUI. Not maintained.
Apache License 2.0
75 stars 20 forks source link

`pip install --user neovim-gui` show me such error #6

Closed wsdjeg closed 8 years ago

wsdjeg commented 8 years ago
Downloading/unpacking neovim-gui
  Downloading neovim_gui-0.1.1.tar.gz
  Running setup.py (path:/tmp/pip-build-hzjN6T/neovim-gui/setup.py) egg_info for package neovim-gui

Downloading/unpacking neovim>=0.1.3 (from neovim-gui)
  Downloading neovim-0.1.3.tar.gz
  Running setup.py (path:/tmp/pip-build-hzjN6T/neovim/setup.py) egg_info for package neovim

Downloading/unpacking click>=3.0 (from neovim-gui)
  Downloading click-6.3-py2.py3-none-any.whl (70kB): 70kB downloaded
Downloading/unpacking pygobject (from neovim-gui)
  Downloading pygobject-2.28.3.tar.bz2 (889kB): 889kB downloaded
  Running setup.py (path:/tmp/pip-build-hzjN6T/pygobject/setup.py) egg_info for package pygobject
    ********************************************************************
    * Building PyGObject using distutils is only supported on windows. *
    * To build PyGObject in a supported way, read the INSTALL file.    *
    ********************************************************************
    Complete output from command python setup.py egg_info:
    ********************************************************************

* Building PyGObject using distutils is only supported on windows. *

* To build PyGObject in a supported way, read the INSTALL file.    *

********************************************************************

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-hzjN6T/pygobject
Storing debug log for failure in /home/wsdjeg/.pip/pip.log
bfredl commented 8 years ago

This is an issue of the pygobject package at pypi and can't be fixed here. The solution is to install pygobject from your system package manager.