[PYTHON] Can't find the package you installed with pip install --user?

The story of Python on Windows.

I'm the one who writes Node.js apps and deploys them on AWS, so I'm not using Python in the main. However, I have to have a deep relationship with awscli, node-gyp, and other people who are connected to Python behind the scenes, so I have no choice but to associate with Python (laughs). When I try to pip install --user on cfn-lint to check the CloudFormation template ... I don't recognize it.

Apparently, this is registered if you just installed Python normally according to the official Python Using Python on Windows. It seems that one PATH is missing. that is

C:\Users\[username]\AppData\Roaming\Python\Python38\Scripts\

It has already been reported as a bug. I couldn't help it, so I added it myself.

Aside) I've been wondering if I could study Python on Udemy, but Anaconda suffered from various environmental damages (awscli stopped working or a life-and-death problem for me), so I don't want to use it if possible.

Recommended Posts

Can't find the package you installed with pip install --user?
I can't install the package with pip.
Find out the location of packages installed with pip
Move what you installed with pip to the conda environment
Uninstall everything you installed with pip
What to do if you can't install pyaudio with pip #Python
Install by specifying the version with pip
What to do if you can't install with pip in babun environment
I can't find the commands in the package introduced by pip from Emacs
I can't install Dask with pip on Ubuntu
Avoiding "'ascii' codec can't decode" with pip install
Error with pip install
Install the pip command
Install scikit.learn with pip
What to do if you can't pip install mysqlclient
(CentOS) ERROR: Can't install RMagick 4.0.0. Can't find ImageMagick with pkg-config
Install the latest Python from pyenv installed with homebrew
Until you install TensorFlow-GPU with pip in Windows environment
Until you can install your own Python library with pip
When moss with pip install
Update packages already installed with pip in user environment (non-su)
Steps to install a Git cloned package locally with pip
Install github repository with pip
Pip install the GitHub repository
Switch the package to be installed for each environment with poetry
What to do if you get a UnicodeDecodeError with pip install
Read this if you get SSL related errors with pip install! !! !!
[TensorFlow] If you want to run TensorBoard, install it with pip
Install Python 2.7.9 and Python 3.4.x with pip.
I can't install python3 with pyenv-vertualenv
Permission denied with pip install pyopenssl
I can't install mysql-connector-python with anaconda
Remove all modules installed with pip
Find the Levenshtein Distance with python
Install the Python plugin with Netbeans 8.0.2
Install the data files with setup.py
Manipulate colors with pip install color
How to install mysql-connector with pip3
[Python Windows] pip install with Python version
What to do if you can't find well with grep's -f option
The module that should have been installed with pip does not run
If you can't import even though it is already installed by pip
Install the python module with pip on a server without root privileges
If you feel that you can't find the Object Inspector in recent Spyder
SSL certificate related with pip install? Error
About package management with conda and pip
Update package with pip standard features only
Python installation and package management with pip
`pip install pygraphviz` fails to find graphviz
Find the SHA256 value with R (with bonus)
I want to pip install with PythonAnywhere
Install Python package management tool pip (Windows)
scipy stumbles with pip install on python 2.7.8
Install the package in an offline environment
Let's install box2d-py with Windows 10 environment pip
Workaround if you get an error when trying to install PySide with pip
I failed to install django with pip, so a reminder of the solution
I measured the time when I pip installed the C language dependent module with alpine
Get only the source code of the PyPI package with pip from the command line