What is wrong?
1 Answer
Run the install command with elevated privileges.
sudo pip install bs4
1 Comment
bert
Stop advising the use of
sudo for pip install. It's dangerous and irresponsible. See here for why and what to do instead
sudo pip3 install BeautifulSoup4sudo! See here for why and what to do instead