BirdNET-Analyzer icon indicating copy to clipboard operation
BirdNET-Analyzer copied to clipboard

sudo pip is not recommended due to security and dependency issue

Open acyanbird opened this issue 3 years ago • 0 comments

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...

you can see some blogs here

acyanbird avatar Oct 06 '22 19:10 acyanbird