BirdNET-Analyzer
BirdNET-Analyzer copied to clipboard
sudo pip is not recommended due to security and dependency issue
I saw the the setup for Ubuntu system using sudo pip3, please use
pip3 install <package> --user
instead of using sudo. I'm not too professional, but it is definitely a bad idea because it would break the dependency. And my machine breaks down once because of using sudo pip...