We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
debug sudo pip3 install sysv_ipc==1.0.1
Sorry, something went wrong.
Which version of Python are you using? fstrings are a Python 3.6 feature.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: