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)
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