AddRoutes icon indicating copy to clipboard operation
AddRoutes copied to clipboard

Error installing on 3.6

Open shammellee opened this issue 1 year ago • 3 comments

I get the following error when trying to enable…

image

Blender: 3.6.0 OS: macOS Ventura 13.5.1 Chip: M1

shammellee avatar Sep 06 '23 18:09 shammellee

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

Jiwno avatar Oct 15 '23 16:10 Jiwno

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

Miatoo avatar Nov 19 '23 11:11 Miatoo

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

enzyme69 avatar Dec 23 '23 05:12 enzyme69