Skip to content

Provided rtmidi_python.cpp no longer compatible #25

Description

@CTXz

The rtmidi_python.cpp file provided in this repository was built with an older version of Cython and will not work correctly with newer Python versions (3.9+). To fix the problem, you need to rebuild the file using the latest version of Cython.

To do this, you should first delete the rtmidi_python.cpp file. Then, run the following command to rebuild the file using Cython:

python3 setup.py install --from-cython

Note that due to the already present rtmidi_python.cpp file in the repository, running this command without deleting the file first will skip the step of building the source file using Cython. I believe this seems to miss the point of the --from-cython option.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions