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

Python-midi not available for Python 3.6.5 #17

Closed
srungta opened this issue May 16, 2018 · 2 comments
Closed

Python-midi not available for Python 3.6.5 #17

srungta opened this issue May 16, 2018 · 2 comments

Comments

@srungta
Copy link

srungta commented May 16, 2018

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:

  1. Is there a plan to add python 3 support to labs.
  2. Any alternate to python midi that is recommended?
@aamini
Copy link
Owner

aamini commented May 16, 2018

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

@aamini
Copy link
Owner

aamini commented May 16, 2018

The relevant pull request is here: vishnubob/python-midi#130

@aamini aamini closed this as completed May 16, 2018
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