I am making a project with midi. I have installed circuit python using the following article https://gallaugher.com/makersnack-installing-circuitpython-on-a-raspberry-pi/
When I try to import usb_midi I get this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'usb_midi'
Im pretty sure I have installed circuit python correctly as I can import board, digitalio, etc. I can also successfully import adafruit_midi.