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

install sysv_ipc SyntaxError: invalid syntax #31

Open
lkyan opened this issue Nov 1, 2021 · 2 comments
Open

install sysv_ipc SyntaxError: invalid syntax #31

lkyan opened this issue Nov 1, 2021 · 2 comments

Comments

@lkyan
Copy link

lkyan commented Nov 1, 2021

SyntaxError: invalid syntax

pi@raspberrypi:~ $ sudo python3 -m pip install sysv_ipc
Collecting sysv_ipc
Using cached https://files.pythonhosted.org/packages/0c/d7/5d2f861155e9749f981e6c58f2a482d3ab458bf8c35ae24d4b4d5899ebf9/sysv_ipc-1.1.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-udoiaogl/sysv-ipc/setup.py", line 11, in
import prober
File "/tmp/pip-build-udoiaogl/sysv-ipc/prober.py", line 137
d["SYSV_IPC_VERSION"] = f'"{version}"'
^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-udoiaogl/sysv-ipc/

@lkyan
Copy link
Author

lkyan commented Nov 1, 2021

debug
sudo pip3 install sysv_ipc==1.0.1

@Jille
Copy link

Jille commented Feb 27, 2022

Which version of Python are you using? fstrings are a Python 3.6 feature.

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

2 participants