The error message looks like this,
ERROR: Command errored out with exit status 1:
command: 'c:\users\enderaoe\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Enderaoe\\AppData\\Local\\Temp\\pip-install-g7jzfokt\\sentencepiece\\setup.py'"'"'; __file__='"'"'C:\\Users\\Enderaoe\\AppData\\Local\\Temp\\pip-install-g7jzfokt\\sentencepiece\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Enderaoe\AppData\Local\Temp\pip-install-g7jzfokt\sentencepiece\pip-egg-info'
cwd: C:\Users\Enderaoe\AppData\Local\Temp\pip-install-g7jzfokt\sentencepiece\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Enderaoe\AppData\Local\Temp\pip-install-g7jzfokt\sentencepiece\setup.py", line 29, in <module>
with codecs.open(os.path.join('..', 'VERSION'), 'r', 'utf-8') as f:
File "c:\users\enderaoe\appdata\local\programs\python\python38-32\lib\codecs.py", line 905, in open
file = builtins.open(filename, mode, buffering)
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.
Should I lower my python version, or there is any other solution?
This looks like an error related to Google SentencePiece and in particular this issue: https://github.com/google/sentencepiece/issues/411
https://github.com/google/sentencepiece/issues/411#issuecomment-557596691
pip install https://github.com/google/sentencepiece/releases/download/v0.1.84/sentencepiece-0.1.84-cp38-cp38-manylinux1_x86_64.whl
I've got problem installing matplotlib in python. While installing these error massage is shown. What to do now?
Command "C:Users\tawfiq\PycharmProjects\untitled4\venvScripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\tawfiq\AppData\Local\Temp\pip-install-yfe_bqlr\matplotlib\setup.py';f=getatt
r(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:Users\tawfiq\AppData\Local\Temp\pip-record-vmiaih4n\install-record.txt -
-single-version-externally-managed --compile --install-headers C:Users\tawfiq\PycharmProjects\untitled4\venv\include\site\python3.8\matplotlib" failed with error code 1 in C:Users\tawfiq\AppData\Local\Temp\pip-i
nstall-yfe_bqlr\matplotlib\
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue on MacOS: https://github.com/google/sentencepiece/issues/411#issuecomment-578509088
google/sentencepiece#411 (comment)
This error comes up: ERROR: sentencepiece-0.1.84-cp38-cp38-manylinux1_x86_64.whl is not a supported wheel on this platform.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
This error comes up:
ERROR: sentencepiece-0.1.84-cp38-cp38-manylinux1_x86_64.whl is not a supported wheel on this platform.