lib/python3.8/tokenize.py", line 350, in find_cookie raise SyntaxError(msg) SyntaxError: unknown encoding for '/tmp/pip-install-40vq_5bt/bpy/setup.py': future_fstrings ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Opened this issue · 2 comments
lucasjinreal commented
lib/python3.8/tokenize.py", line 350, in find_cookie
raise SyntaxError(msg)
SyntaxError: unknown encoding for '/tmp/pip-install-40vq_5bt/bpy/setup.py': future_fstrings
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
anoushk1234 commented
getting the same error here
anoushk1234 commented
@jinfagang try this python -m pip install --upgrade pip wheel future-fstrings
then run pip install with python version 3.7.x