interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

AttributeError: module 'pip' has no attribute 'main' #50

Open rodriguesfas opened 5 years ago

rodriguesfas commented 5 years ago

I can not run the interface, could anyone help me?

$ python -m corpkit.gui Traceback (most recent call last): File "/home/rodriguesfas/anaconda3/lib/python3.6/site-packages/corpkit/gui.py", line 7171, in install importlib.import_module(name) File "/home/rodriguesfas/anaconda3/lib/python3.6/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'tkintertable'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/rodriguesfas/anaconda3/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/home/rodriguesfas/anaconda3/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/rodriguesfas/anaconda3/lib/python3.6/site-packages/corpkit/gui.py", line 7180, in install(*tkintertablecode) File "/home/rodriguesfas/anaconda3/lib/python3.6/site-packages/corpkit/gui.py", line 7174, in install pip.main(['install', loc]) AttributeError: module 'pip' has no attribute 'main'