Fixes:
- Changed CI build configuration, so that auditwheel no longer puts a copy of libasound in the Linux binary wheels - overriding the system libasound - which prevented the
_rtmidi
extension module shared library from being loaded on systems, where the ALSA plugin library path is not/usr/lib64/alsa-lib
, specifically on Debian-based distros. (#190) - Replace
pip
withpython -m pip
everywhere in in the installation documentation and fixed some minor typos .
Changes:
- Removed obsolete Python 2 compatibility code in the
_rtmidi
module and references to Python 2 unicode type in its docstrings.
Downloads:
Please use the source distribution archive and the pre-compiled binary wheels provided on python-rtmidi's PyPI page: