[PYTHON] A memorandum when an error occurs with pip install

pip install doesn't work unexpectedly. ..

I'm programming machine learning as a hobby and (still) at work, but I often have trouble installing the required packages. Especially pip install type errors. There are many factors that cause an error if you cannot use Anaconda unavoidably and the development environment is different.

If you search, it will be solved, but by the time it reoccurs, you will forget it and search again. .. I will leave a memorandum for myself because it is troublesome (laugh)

transformers(os:win) error01.PNG

FileNotFoundError: [Errno 2] No such file or directory: '..\VERSION' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Here statementpiece-0.1.84-cp36-cp36m-win_amd64.whl Download pip install statementpiece-0.1.84-cp36-cp36m-win_amd64.whl OK if you install with

If you get an error, install whl suitable for the version

Recommended Posts

A memorandum when an error occurs with pip install
Error with pip install
Error when installing a module with Python pip
Rollback processing when an error occurs with fabric
When moss with pip install
Workaround if you get an error when trying to install PySide with pip
Proxy error when running "pip install"
A story about installing matplotlib using pip with an error
After installing CentOS8 with VirtualBox, an error occurs when restarting
What to do when an error occurs with import _ssl
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
I got an error when pip install tweepy on macOS Sierra, so I dealt with it
SSL certificate related with pip install? Error
# Solution when pip install gives an error when using Anaconda on Windows 10
[Beanstalk] What to do when an error occurs with import uuid
When I get an error with PyInstaller
A workaround when installing pyAudio with pip.
Solution when an error occurs when hiding the console screen with PyInstaller
I got an SSL related error with pip install, so I solved it
What to do if an error occurs when importing numpy with VScode
[OSX] [pyenv] What to do when an SSL error occurs in pip
I got an error when saving with OpenCV
Pip install a private repository when building Docker
An error occurs when importing japandas (problem unsolved)
Eliminates SSL error when PIP Install on Windows.
Install scikit.learn with pip
When pip install fails
An error occurs when trying to import scikit-learn after connecting to Oracle with SQLAlchemy
If you get a long error when tabbing an interactive shell with Anaconda
pip install ○○○ error Command errored out with exit status 1:
I got a UnicodeDecodeError when pip install on ubuntu
When writing an if statement with a regular expression
What to do if an error occurs when loading a python project created with poetry into VS Code
I got an error when using Tensorboard with Pytorch
A memorandum when making a surveillance camera with Raspberry Pi
A story about an error when loading a TensorFlow model created with Google Colab locally
Install github repository with pip
What to do if a communication error occurs due to proxy when installing with package management of pip, npm, gem
Error when playing with python
I got a Value Error when using JUMAN ++ with PyKNP
What to do when a Remove Error occurs when updating conda
Steps to install a Git cloned package locally with pip
I stumbled when I tried to install Basemap, so a memorandum
What to do if you get an Undefined error when trying to use pip with pyenv
When coverage fails with _sqlite3 error
A memorandum when using beautiful soup
Install Python 2.7.9 and Python 3.4.x with pip.
Solution memo when "ERROR: Command errored out with exit status 1:" is displayed in pip install hogehoge
Dealing with PermissionError [Error 1] for pip install -U pip on macOS Sierra
A memorandum when I tried to get it automatically with selenium
Permission denied with pip install pyopenssl
MySQL error occurs during bundle install
What to do if you get a UnicodeDecodeError with pip install
I get an OS Error: [Errno 8] Exec format error when running a Flask application with a python command
Manipulate colors with pip install color
Error with pip: There was a problem confirming the ssl certificate
How to install mysql-connector with pip3
What to do if pip --user returns an error in a virtual environment created with pyenv
[Python Windows] pip install with Python version
A memo for when pip3 is installed with python2.7 for some reason