AddRoutes
AddRoutes copied to clipboard
Error installing on 3.6
I get the following error when trying to enable…
Blender: 3.6.0 OS: macOS Ventura 13.5.1 Chip: M1
I have the same issue. Did you solve it? I tried reinstalling rtmidi or jack with pip, brew, but it didn't work
I'v tried all night. Finally it worked. i know nothing about python.
- i download and install python 3.10 on https://www.python.org/downloads/release/python-31011/;download rtmidi on https://pypi.org/project/python-rtmidi/; download get-pip.py on https://bootstrap.pypa.io/get-pip.py
- open terminal
- type: cd yourdowloadfile
- type: python3 get-pip.py
- type: pip install python-rtmidi
- go to rtmidi location; here’s my Location: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages
- copy rtmidi file and replace to /Users/username/Library/Application Support/Blender/3.6/scripts/addons/AddRoutes
- finally it worked.
I also try to install jack on https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-macOS-universal-v1.9.22.tar.gz but i really don't know how to use it...lol
I use blender 3.6.5 in MacBook Intel Monterey 12.6
I also got it to work by using Python Module Manager addon in Blender, and then installing python-rtmidi.