Skip to content
New issue

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

upgrade the setup.py to suit python 3 #157

Open
ucasiggcas opened this issue Sep 9, 2018 · 2 comments
Open

upgrade the setup.py to suit python 3 #157

ucasiggcas opened this issue Sep 9, 2018 · 2 comments

Comments

@ucasiggcas
Copy link

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)?

@ghost
Copy link

ghost commented Oct 2, 2018

Use: pip install git+https://github.com/vishnubob/python-midi@feature/python3
Repost

Heads up to https://github.com/DannyDannyDanny

@mgbvox
Copy link

mgbvox commented Jan 29, 2020

Hey - python 2 is now officially dead, any chance this is going to be updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants