You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading/unpacking pyzmq (from zeromq-pyre==0.3.4)
Downloading pyzmq-22.3.0.tar.gz (1.2MB): 1.2MB downloaded
Running setup.py (path:/tmp/pip-build-hsdx8dn4/pyzmq/setup.py) egg_info for package pyzmq
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-hsdx8dn4/pyzmq/setup.py", line 260
info(f"Found zmq.h in {include_dir}")
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-hsdx8dn4/pyzmq/setup.py", line 260
info(f"Found zmq.h in {include_dir}")
^
SyntaxError: invalid syntax
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-hsdx8dn4/pyzmq
Storing debug log for failure in /root/.pip/pip.log
The text was updated successfully, but these errors were encountered:
f-strings are supported from Python 3.6, and you seem to be using Python 3.4. Since the readme says pyre is comaptible with Python 3.3, the f-string should probably be changed to something like this:
During my installation for BeagleBone Black, I got this issue. Does anyone know what causes this problem?
Downloading/unpacking pyzmq (from zeromq-pyre==0.3.4)
Downloading pyzmq-22.3.0.tar.gz (1.2MB): 1.2MB downloaded
Running setup.py (path:/tmp/pip-build-hsdx8dn4/pyzmq/setup.py) egg_info for package pyzmq
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-hsdx8dn4/pyzmq/setup.py", line 260
info(f"Found zmq.h in {include_dir}")
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-hsdx8dn4/pyzmq/setup.py", line 260
SyntaxError: invalid syntax
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-hsdx8dn4/pyzmq
Storing debug log for failure in /root/.pip/pip.log
The text was updated successfully, but these errors were encountered: