TylerGubala/blenderpy

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

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.

getting the same error here

@jinfagang try this python -m pip install --upgrade pip wheel future-fstrings then run pip install with python version 3.7.x