Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Syntax error while installing on Raspberry Pi OS #68

Open
RockiesGIS opened this issue Jan 28, 2021 · 0 comments
Open

Invalid Syntax error while installing on Raspberry Pi OS #68

RockiesGIS opened this issue Jan 28, 2021 · 0 comments

Comments

@RockiesGIS
Copy link

RockiesGIS commented Jan 28, 2021

Getting this error when running "pip install -U autopy"

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-pvrVJe/autopy/setup.py", line 8, in
from setuptools_rust import Binding, RustExtension
File "/home/pi/.local/lib/python2.7/site-packages/setuptools_rust/init.py", line 8, in
from .tomlgen import tomlgen_rust, find_rust_extensions
File "/home/pi/.local/lib/python2.7/site-packages/setuptools_rust/tomlgen.py", line 191
yield dep, toml.loads(f"{dep} = {options}")[dep]
^
SyntaxError: invalid syntax

(the up arrow should point to the double quote after the options keyword)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant