-
Notifications
You must be signed in to change notification settings - Fork 22
The app can't run on Mac M1 #15
Comments
As this is a Python script, you can run this on Apple Silicon (M1/M2) with a little bit of work. The below instructions will also work on Intel macs as well, though you probably want to run just the file from the Releases. I recommend you have a basic understanding of how to use Terminal, as this will makes things a bit easier. If you don't have Homebrew already installed.. install it :). Install homebrew
git clone https://github.com/nh-server/fusee-interfacee-tk
cd fusee-interfacee-tk
# Run the below steps only if Git doesn't clone, for whatever reason.
curl -L https://github.com/nh-server/fusee-interfacee-tk/archive/refs/heads/master.zip --output fusee-interfacee-tk.zip
unzip fusee-interfacee-tk.zip
cd fusee-interfacee-tk.zip
./.venv/bin/pip install pyusb
./.venv/bin/python3 app.py Copy+paste, once you have installed homebrew:brew install libusb python3 tcl-tk python-tk
git clone https://github.com/nh-server/fusee-interfacee-tk
cd fusee-interfacee-tk
python3 -m venv .venv
./.venv/bin/pip install pyusb
./.venv/bin/python3 app.py |
same problem and same fix here :) |
tried fix from above on my M1 Mac doesn't work. I just get a blank python window label "tk" |
After following @joshuataylor's instructions I still wasn't able to open the app, but using the |
The app can't run on Mac M1, can you make it run on mac M1.
Thank you!
The text was updated successfully, but these errors were encountered: