-
Notifications
You must be signed in to change notification settings - Fork 371
Description
I'm very beginner of Python, so I have no idea how to solve this issue. Although I see the hint, I have no clue. After I typed pip install python-midi, I ran into two error messages:
==============================================================
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Mono\AppData\Local\Temp\pip-install-dl2lp_6a\python-midi_b113e47ab60d462f8b86e14c79761408\setup.py", line 42
print "No sequencer available for '%s' platform." % platform
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.