-
Notifications
You must be signed in to change notification settings - Fork 369
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
Python2 Errors #176
Comments
Did you figure it out? I have the same issue and I'm just making a python file with this setup.py compatible with python3.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
"mididump.py /Users/apple/Desktop/magenta/python-midi" command
I am getting this error:
script_code = compile(script_text, script_filename, 'exec')
File "/Users/apple/anaconda3/envs/magenta/lib/python3.6/site-packages/midi-0.2.3-py3.6.egg/EGG-INFO/scripts/mididump.py", line 9
print "Usage: {0} ".format(sys.argv[0])
How can I solve this problem?
Since this file belongs to my Anaconda environment , I cannot make any 2to3 conversion for this Py file.
The text was updated successfully, but these errors were encountered: