$ 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 ○○○
Ajoutez l'alias suivant à ~ / .bashrc.
alias pip=pip3
Après avoir redémarré le terminal et rechargé bashrc
$ pip install ○○○
Recommended Posts