balta2ar / brotab

Control your browser's tabs from the command line
MIT License
395 stars 28 forks source link

No module named _internal.cli.main while trying to install brotab #27

Closed sladwig closed 4 years ago

sladwig commented 4 years ago

Hi,

for me on a mac the installations via pip install brotab fails:

❯ pip install brotab
Traceback (most recent call last):
  File "/Users/esca/Library/Python/2.7/bin/pip", line 5, in <module>
    from pip._internal.cli.main import main
ImportError: No module named _internal.cli.main

❯ python --version
Python 2.7.10

I also tried python 3 before, which also failed but I don't have the error message at hand. (will add it if I find it).

Will try installing/using via git next.

balta2ar commented 4 years ago

Does it happen with other packages? The traceback shows no connection to brotab at all. I have no idea what I can do here. It may be something with your local pip/python setup. Another option is to install in a virtualenv/conda.

sladwig commented 4 years ago

so I found the pip3 version and from what it looks like it was actually a problem with my internet connection dropping mid install and me not reading properly the error message before... will close the issue and thanks!