$ pip install ○○○
Command errored out with exit status 1:
...
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
$ pip3 install ○○○
Fügen Sie den folgenden Alias zu ~ / .bashrc hinzu.
alias pip=pip3
Nach dem Neustart des Terminals und dem erneuten Laden von bashrc
$ pip install ○○○