[user ~/github/pycscope]$ python setup.py install
Traceback (most recent call last):
File "/home/user/github/pycscope/setup.py", line 5, in <module>
from pycscope import __version__
File "/home/user/github/pycscope/pycscope/__init__.py", line 25, in <module>
import keyword, parser, symbol, token
ModuleNotFoundError: No module named 'parser'
When I try to install, I get the following output: