You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a miniconda installation with Python3.6.5.
I tried installing python-midi using pip.
The package fails with an error.
Using cached https://files.pythonhosted.org/packages/8d/e1/fd34aa05508d907449fb2d66a679d4f98eeeacdb4b3c7e6af87d91c4fa21/python-midi-v0.2.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\shrung\AppData\Local\Temp\pip-install-jyfi7tsr\python-midi\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)?
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\shrung\AppData\Local\Temp\pip-install-jyfi7tsr\python-midi\
I have a few questions:
Is there a plan to add python 3 support to labs.
Any alternate to python midi that is recommended?
The text was updated successfully, but these errors were encountered:
The lab docker image comes preinstalled with python-midi as well as all other dependencies. We recommend you use this image as outlined on the README.md.
The problem you have mentioned is a known issue with python-midi and has been reported here: vishnubob/python-midi#145
I have a miniconda installation with Python3.6.5.
I tried installing python-midi using pip.
The package fails with an error.
I have a few questions:
The text was updated successfully, but these errors were encountered: