Open zapta opened 8 months ago
Ok found this answer and it works. https://stackoverflow.com/questions/70729330/python-on-m1-mbp-trying-to-connect-to-usb-devices-nobackenderror-no-backend-a
Leaving this issue open with the request to add it to the installation notes, or a better solution, if one available.
export DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH"
I am trying to install pyftdi on Mac OS but am getting an error "No backend available". Any suggestion what may be the problem?