josephernest
josephernest
@mojca The [installation instructions](https://github.com/josephernest/SamplerBox/blob/master/README.md), and SamplerBox support in general, have always been for x86-64 Linux and RaspiOS (arm). For Windows, but you're a bit more on your own (as it...
Thanks @shawnpinciara @theredled for the report. rtmidi-python works with Python 3.9+ (without any modification in the code), I'll update the installation instructions soon, see https://github.com/superquadratic/rtmidi-python/issues/25.
Thank you for your answer. > In your PDF the unicode encoding is probably incomplete or wrong. When I parse the PDF with PyMuPDF, the accented characters `é`, `ê` etc....
No @dosas, this project is not "dead". This project has been made in 2014, and has worked flawlessly since this date, used by thousands of users (in SamplerBox and other...
> No it has not it is not even installable with python3.9 It *is* installable with Python 3.9: ``` git clone https://github.com/superquadratic/rtmidi-python.git cd rtmidi-python rm rtmidi_python.cpp python3 setup.py install --from-cython...
@dosas Good news, now working on Python 3.9+, including Cython 3, and no more byte/str issues: ``` ~/rtmidi-python# python3.9 Python 3.9.19 (main, Apr 6 2024, 17:57:55) [GCC 9.4.0] on linux...
Thanks @tupui and @lagru. > Would you say this should be kept open as wanted or it's something to do in another library than SciPy. The rationale behind this was...
PS: The problem might come from my TV decoder (given by ISP).
Thank you for your answer @wbolster. Is plyvel the "official" LevelDB for Python 2.7, or is there another implementation ready-to-use for Linux, Mac, Windows? (including binaries)
You're a lifesaver @AustEcon @ppolxda! @wbolster Do you think it would possible to release this on PyPI such that `pip install plyvel` works easily on Windows, for Python 3.7, 3.8,...