Closed joshstovall closed 3 years ago
Did you try to run it as root ?
sudo python3 SynthesiaKontrol.py
@joshstovall - per this video from someone who uses a MAC, this seems to work:
Did you use the "pip install" commands per this?
FWIW I'm running into this issue too at the moment. I've installed pip dependancies, and hidapi (via Homebrew).
Running as root yields the same:
AttributeError: module 'hid' has no attribute 'device'
macOS Version: 10.14.6 Python Version: Python 3.7.7
I've tracked down the problem. I had another hid
library installed, so running:
pip3 uninstall hid && pip3 install -r requirements.txt
This fixed the issue for me!
I am trying to get this working on macOS, and get this message. Any suggestions for a solution?