Skip to content

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

Description

@rodriguesfas

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions