-
Notifications
You must be signed in to change notification settings - Fork 222
Troubleshooting
Federico Dotta edited this page Oct 23, 2025
·
4 revisions
Check if you have installed all Brida dependencies (python, frida, pyro4), globally or in the chosen python virtual environemnt, plus npm and NodeJS (in the PATH). Probably pyro4 has not been installed.
This error is probably caused by the lack of /usr/local/bin folder in the PATH environment variable of MacOS. Probably you can fix it by executing sudo launchctl config user path $PATH and then rebooting the system. Refer to the following links to to fix the issue (it is less trivial than it seems):
IMPORTANT: It is necessary to reboot after executing the launchctl command