lathoub / Arduino-AppleMIDI-Library

Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
Other
306 stars 66 forks source link

Unable to install on M1 apple silicon computer #162

Open samspencer5991 opened 11 months ago

samspencer5991 commented 11 months ago

Upon trying to install this library in PlatformIO, the library won't install, coming with this error: Library Manager: Installing lathoub/Arduino-AppleMIDI-Library @ ^3.2.0 UnknownPackageError: Could not find the package with 'lathoub/Arduino-AppleMIDI-Library @ ^3.2.0' requirements for your system 'darwin_arm64'

It seems like it could be same issue as: https://github.com/earlephilhower/arduino-pico/issues/661

lathoub commented 11 months ago

Not sure if this issue related to PlatformIO (on Apple M1) or to your related issue on the Pico.

It might be that the this current version of this library (3.3.0) depends on an upcoming new release of the underlying MIDI library.

lathoub commented 6 months ago

any comments back @samspencer5991 ?

samspencer5991 commented 5 months ago

After running into this issue I paused plans for integrating the library into a current project. I'll double check when I get a chance to see if there are outstanding build issues.