A memo for when pip3 is installed with python2.7 for some reason

I want to install a package on python3 using pip3, but for some reason I get an error that the python version of pip3 is python2.7 and that package cannot be installed on python3.

~: python3 -V
Python 3.7.4
~/program/scrape: pip3 -V
pip 20.0.2 from /Users/eijikudo/Library/Python/2.7/lib/python/site-packages/pip (python 2.7)
python3.7 -m pip install package name

I specified the version of python and installed it. You can do something like this. .. ..

Recommended Posts

A memo for when pip3 is installed with python2.7 for some reason
A memo when face is detected with Python + OpenCV quickly
Error when installing a module with Python pip
A memo when creating a python environment with miniconda
[python] When pipenv install of WSL, python on Windows side is called for some reason
[Python] What is a with statement?
Memo to ask for KPI with python
A memo with Python2.7 and Python3 on CentOS
A workaround when installing pyAudio with pip.
A memo when setting up a Docker container for using JUMAN ++, KNP, python
Get a ticket for a theme park with python
Create a LINE BOT with Minette for Python
Procedure for creating a LineBot made with Python
Commands for creating a python3 environment with virtualenv
python subprocess, for some reason it doesn't stdout.
A memo for creating a python environment by a beginner
Memo for editing scenes with Blender python (W.I.P.)
Try image processing with Python when asked for entertainment at a wedding ceremony
A memo connected to HiveServer2 of EMR with python
How to use pip, a package management system that is indispensable for using Python
[Python] I want to use only index when looping a list with a for statement
Build a python environment for each directory with pyenv-virtualenv
Use Python installed with pyenv for PL / Python execution environment
A memo when checking whether the specified key exists in the defined dictionary with python
Problems when creating a csv-json conversion tool with python
[Python] A memo to write CSV vertically with Pandas
Create a Layer for AWS Lambda Python with Docker
A memo that I touched the Datastore with python
A memo about building a Django (Python) application with Docker
A memorandum when an error occurs with pip install
A memo of misunderstanding when trying to load the entire self-made module with Python3
Memo for building a machine learning environment using Python
Set a proxy for Python pip (described in pip.ini)
For those who are in trouble because NFC is read infinitely when reading NFC with Python
A memo that reads data from dashDB with Python & Spark
Determine if a string is a time with a python regular expression
Recommendations for django, wagtail ~ Why develop a website with python ~
Experiment to make a self-catering PDF for Kindle with Python
[python] A note when trying to use numpy with Cython
Installation procedure for Python and Ansible with a specific version
Use a macro that runs when saving python with vscode
A sample for drawing points with PIL (Python Imaging Library).
Delete all libraries installed on pip with a single command
Library for specifying a name server and dig with python
pip install scikit-learn says Numerical Python (NumPy) is not installed.
Turn an array of strings with a for statement (Python3)
[Python] Create a screen for HTTP status code 403/404/500 with Django
Python memo (for myself): Array
Twitter graphing memo with Python
Workaround for the problem that sys.argv is not passed when executing a Python script with only the file name in Python2.7 on Windows
When moss with pip install
Python code memo for yourself
Python list is not a list
Make a fortune with Python
Error when playing with python
Create a directory with python
What is a python map?
Solution memo when "ERROR: Command errored out with exit status 1:" is displayed in pip install hogehoge
Proxy settings for python pip in a corporate environment don't work (for example, Python 3.7.5 is OK, but 3.7.6 is NG)
Workaround for the problem that? Is displayed when checking the version when using non-standard perl | python with pkg version
[Python, Selenium, PhantomJS] A story when scraping a website with lazy load