HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
312 stars 80 forks source link

No modules named bs4 #70

Closed Jafesu closed 7 years ago

Jafesu commented 7 years ago

Hey, tried to run this and it failed with

Traceback (most recent call last): File "redditdl.py", line 10, in <module> from redditdownload.redditdownload import main File "/home/jafesu/git/RedditImageGrab/redditdownload/__init__.py", line 1, in <module> from redditdownload import * File "/home/jafesu/git/RedditImageGrab/redditdownload/redditdownload.py", line 22, in <module> from .deviantart import process_deviant_url File "/home/jafesu/git/RedditImageGrab/redditdownload/deviantart.py", line 7, in <module> from bs4 import BeautifulSoup ImportError: No module named bs4

opened setup.py and manuall installed all the "optional" dependancies with pip and still it continues. i am using Python 2.7.12

Jafesu commented 7 years ago

Had to run apt-get install python-bs4