I followed the debian doc
First, I can't apt-get install python-pylint, then I tried apt-get install pylint, it worked.
Then make install failed, log was:
#make install
/usr/bin/python setup.py build
Traceback (most recent call last):
File "setup.py", line 5, in
import Atomic as _Atomic
File "/home/ywang/atomic/Atomic/init.py", line 3, in
from .atomic import Atomic
File "/home/ywang/atomic/Atomic/atomic.py", line 6, in
from .syscontainers import SystemContainers
File "/home/ywang/atomic/Atomic/syscontainers.py", line 22, in
gi.require_version('OSTree', '1.0')
AttributeError: 'module' object has no attribute 'require_version'
Makefile:37: recipe for target 'python-build' failed
make: *** [python-build] Error 1
It looks like #409. I tried to comment out line 22 in syscontainers.py, but will have other pylint problems.
Thanks a lot if you could help me.
--
Edit:
I tried enkore/i3pystatus#314 and sdrelton/cryptocoin-indicator#4 and installed sudo apt install python-gobject, but still same error.