-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hello,
I'm having an issue installing your package:
Collecting python-rtmidi
Using cached python-rtmidi-1.4.3.tar.gz (248 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3HQt0G/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-3HQt0G/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-tNqbau
cwd: /tmp/pip-install-3HQt0G/python-rtmidi/
Complete output (6 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-3HQt0G/python-rtmidi/setup.py", line 47
print("Detected JACK version %s." % jv, file=sys.stderr)
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I attempted to install this package with pip install python-rtmidi
This was done on a raspberry pi zero with the latest buster image.
Please help me out here?
This package is a requirement to this project:
https://github.com/onlaj/Piano-LED-Visualizer