Skip to content

Python-midi not available for Python 3.6.5 #17

Closed
@srungta

Description

@srungta

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions