hello
In the setup.py file, after print should be () ,
Please upgrade it
If not ,the error is below
Processing d:\python\scripts\python-midi-v0.2.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ENJOYT~1\AppData\Local\Temp\pip-req-build-107jasg5\setup.py", line 42
print "No sequencer available for '%s' platform." % platform
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("No sequencer available for '%s' platform." % platform)?
hello In the setup.py file, after print should be () , Please upgrade it If not ,the error is below Processing d:\python\scripts\python-midi-v0.2.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in
File "C:\Users\ENJOYT~1\AppData\Local\Temp\pip-req-build-107jasg5\setup.py", line 42
print "No sequencer available for '%s' platform." % platform
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("No sequencer available for '%s' platform." % platform)?