-2

What is wrong?

here is a screenshot

Anas Barg
  • 23
  • 3

1 Answers1

1

Run the install command with elevated privileges.

sudo pip install bs4

voidpro
  • 1,652
  • 13
  • 27
  • Stop advising the use of `sudo` for `pip install`. It's dangerous and irresponsible. [See here for why and what to do instead](https://stackoverflow.com/questions/31512422/pip-install-r-oserror-errno-13-permission-denied/42021993#42021993) – bert Nov 07 '17 at 12:18