Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import bs4
  2.  
  3. ImportError: No module named bs4
  4.  
  5. sudo pip2 install beautifulsoup4
  6. sudo pip3 install beautifulsoup4
  7.  
  8. sudo apt-get install python-bs4
  9. sudo apt-get install python3-bs4
Add Comment
Please, Sign In to add comment