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

error: AttributeError: module 'rtmidi' has no attribute 'MidiOut'

Open antkn33 opened this issue 5 months ago • 1 comments

I'm on macos 15. Python in a venv with 3.9.21

import rtmidi
import time

midiout = rtmidi.MidiOut()
ports = midiout.get_ports()

antkn33 avatar May 21 '25 16:05 antkn33