[PYTHON] pip install ○○○ error Command errored out with exit status 1:

Execution command

$ pip install ○○○

error contents

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.

Solution 1

$ pip3 install ○○○

Solution 2

Add the following alias to ~ / .bashrc.

alias pip=pip3

After restarting the terminal and reloading bashrc

$ pip install ○○○

Recommended Posts

pip install ○○○ error Command errored out with exit status 1:
Error with pip install
[Corrective Measures] error: [WinError 2] The specified file cannot be found. ERROR: Command errored out with exit status 1
SSL certificate related with pip install? Error
Problem that pip install cannot be done with pyenv + Yosemite (error: command'clang' failed with exit status 1)
Install the pip command
Install scikit.learn with pip
A memorandum when an error occurs with pip install
When I try to install mysqlclient with Django, I get error: command'gcc' failed with exit status 1.
When moss with pip install
Install github repository with pip
Install Python 2.7.9 and Python 3.4.x with pip.
Dealing with PermissionError [Error 1] for pip install -U pip on macOS Sierra
Permission denied with pip install pyopenssl
Command installation destination with pip, easy_install
I get an error when trying to install maec 4.0.1.0 with pip
Manipulate colors with pip install color
How to install mysql-connector with pip3
Proxy error when running "pip install"
[Python Windows] pip install with Python version
I got an SSL related error with pip install, so I solved it
Solution for pip install error [Python] [Mac]
In pip install clang: error: unknown argument:'-mno-fused-madd'
I want to pip install with PythonAnywhere
Install by specifying the version with pip
scipy stumbles with pip install on python 2.7.8
I can't install the package with pip.
Let's install box2d-py with Windows 10 environment pip
Workaround if you get an error when trying to install PySide with pip
How to deal with "No module named'〇〇'" error in Jupyter Notebook | Install with! Pip!
Error when installing a module with Python pip
I can't install Dask with pip on Ubuntu
Avoiding "'ascii' codec can't decode" with pip install
Install pip and pandas with Ubuntu or VScode
Error when entering virtual environment with workon command
Eliminates SSL error when PIP Install on Windows.
Steps to install your own library with pip
For those who are in trouble with an error when pip install xg boost
I got an error when pip install pandas on Mac, so I dealt with it