JPfeP / AddRoutes

Allow MIDI, OSC and a remote Android App to control Blender 2.8
http://www.jpfep.net/pages/addroutes/
GNU General Public License v2.0
95 stars 8 forks source link

Error installing on 3.6 #18

Open shammellee opened 10 months ago

shammellee commented 10 months ago

I get the following error when trying to enable…

image

Blender: 3.6.0 OS: macOS Ventura 13.5.1 Chip: M1

Jiwno commented 9 months ago

I have the same issue. Did you solve it? I tried reinstalling rtmidi or jack with pip, brew, but it didn't work

Miatoo commented 8 months ago

I'v tried all night. Finally it worked. i know nothing about python.

  1. 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
  2. open terminal
  3. type: cd yourdowloadfile
  4. type: python3 get-pip.py
  5. type: pip install python-rtmidi
  6. go to rtmidi location; here’s my Location: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages
  7. copy rtmidi file and replace to /Users/username/Library/Application Support/Blender/3.6/scripts/addons/AddRoutes
  8. finally it worked. image

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

enzyme69 commented 6 months ago

I also got it to work by using Python Module Manager addon in Blender, and then installing python-rtmidi.