python-rtmidi icon indicating copy to clipboard operation
python-rtmidi copied to clipboard

Wheels for python 3.10

Open JPfeP opened this issue 2 years ago • 8 comments

Hello,

I would like to know if official support for Python 3.10 is on the way, and if binary wheels are planned as well ? Will it be possible then for you to provide a build for the new M1 arm architecture for Mac OS ?

Greetings,

JP

JPfeP avatar Mar 30 '22 18:03 JPfeP

Yes, I plan a new release for around the April 15th with official Python 3.10 support and binary wheels for Windows, manylinux and MacOS. I'll have to figure out how to do MacOS M1 builds, through.

SpotlightKid avatar Mar 31 '22 06:03 SpotlightKid

Hi,

I would like to know if there are any news about the planned release ? Is building for M1 still a challenge ?

Thx,

JP

JPfeP avatar Apr 20 '22 18:04 JPfeP

Sorry, family business got in the way, I'll try to get to it next week.

SpotlightKid avatar Apr 23 '22 15:04 SpotlightKid

I'm looking forward to the update - but just really wanted to say thank you for creating & supporting this library.

ElliotGarbus avatar Apr 25 '22 15:04 ElliotGarbus

Is there any news on this being updated to Python 3.1, I use a Blender Addon by @JPfeP that is reliant on python-rtmidi and thus I can't move onto any newer versions of Blender. I hate bothering developers but if you could let me know I'd really appreciate it.

BlendThatFilm avatar May 23 '22 12:05 BlendThatFilm

I just upgraded to python 3.10.5 (on Windows 10) and get errors trying to install pyton-rtmidi:


d:\work>pip install python-rtmidi Collecting python-rtmidi Using cached python-rtmidi-1.4.9.tar.gz (251 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: python-rtmidi Building wheel for python-rtmidi (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.

Appreciate any help, thanks.

tparker24 avatar Jul 28 '22 20:07 tparker24

Hi @SpotlightKid, any way we can help you with the python 3.10 wheel?

brunoenten avatar Aug 16 '22 12:08 brunoenten

Hi, found myself in the same situation. Is there anything planned?

Bubobubobubobubo avatar Sep 07 '22 21:09 Bubobubobubobubo

error: alsa/asoundlib.h: No such file or directory this is what im getting. Guess we need to downgrade to a lower Version of python

acidcoolxxx avatar Dec 07 '22 03:12 acidcoolxxx

I'm also trying to install rtmidi on python 3.10 and having issues.

gitcaner avatar Dec 28 '22 03:12 gitcaner

Has it been fixed yet? cause i'm facing the same issue

nikky78 avatar May 01 '23 13:05 nikky78

It has been fixed on my fork. @SpotlightKid would you consider passing the baton to another maintainer? Alternatively, I could rename the package on my fork to publish on pypy, but that would arguably be messier. Edit: I just noticed that you are actively looking for another maintainer. Dunno how I missed that, sorry.

brunoenten avatar May 01 '23 14:05 brunoenten

@SpotlightKid would you consider passing the baton to another maintainer?

Please see #137

SpotlightKid avatar May 01 '23 14:05 SpotlightKid

It has been fixed on my fork. @SpotlightKid would you consider passing the baton to another maintainer? Alternatively, I could rename the package on my fork to publish on pypy, but that would arguably be messier. Edit: I just noticed that you are actively looking for another maintainer. Dunno how I missed that, sorry.

where is that fork please?

nikky78 avatar May 01 '23 17:05 nikky78

Fixed by merging https://github.com/SpotlightKid/python-rtmidi/pull/119

brunoenten avatar May 21 '23 08:05 brunoenten

I'm just a simple user.  I tried "pip install python-rtmidi" but it still fails.  Am I supposed to use some other method?

Bruno Enten wrote on 5/21/2023 2:23 AM:

Closed #108 https://github.com/SpotlightKid/python-rtmidi/issues/108 as completed.

— Reply to this email directly, view it on GitHub https://github.com/SpotlightKid/python-rtmidi/issues/108#event-9295582241, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH7TBS25QSIAFDPZP2PZPPTXHHGHPANCNFSM5SCYJDMQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

tparker24 avatar May 21 '23 15:05 tparker24

@tparker24 Until a new version is released, you'll have to install from a Git repository checkout.

See https://spotlightkid.github.io/python-rtmidi/install-windows.html#download-unpack-python-rtmidi-source and ignore the first paragraph in that section.

SpotlightKid avatar May 21 '23 15:05 SpotlightKid

Thanks.  I tried a bit, but this stuff is way above me.

I guess I'll just have to wait until a new version is released on pypi.

Thanks, Tom

Christopher Arndt wrote on 5/21/2023 9:50 AM:

@tparker24 https://github.com/tparker24 Until a new version is released, you'll have to install from a Git repository checkout.

See https://spotlightkid.github.io/python-rtmidi/install-windows.html#download-unpack-python-rtmidi-source and ignore the first paragraph in that section.

— Reply to this email directly, view it on GitHub https://github.com/SpotlightKid/python-rtmidi/issues/108#issuecomment-1556212052, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH7TBS37HUSCDVLGLMRRHQLXHI2U7ANCNFSM5SCYJDMQ. You are receiving this because you were mentioned.Message ID: @.***>

tparker24 avatar May 21 '23 17:05 tparker24