Created
March 31, 2016 19:32
-
-
Save Sadin/ffdebe56ee6299cf3c89ab8afb271e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv) [sadin@localhost osc0]$ sudo pacman -S gtk3 | |
warning: gtk3-3.18.9-1 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) gtk3-3.18.9-1 | |
Total Installed Size: 67.37 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] | |
(1/1) checking keys in keyring [#################################################] 100% | |
(1/1) checking package integrity [#################################################] 100% | |
(1/1) loading package files [#################################################] 100% | |
(1/1) checking for file conflicts [#################################################] 100% | |
(1/1) checking available disk space [#################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling gtk3 [#################################################] 100% | |
(.venv) [sadin@localhost osc0]$ pip install pygobject | |
Collecting pygobject | |
Downloading pygobject-2.28.3.tar.bz2 (889kB) | |
100% |################################| 890kB 1.5MB/s | |
Complete output from command python setup.py egg_info: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-m0l9g5ej/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 /tmp/pip-build-m0l9g5ej/pygobject/ | |
(.venv) [sadin@localhost osc0]$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment