yshean / safari-video-downloader

Download videos from Safari Books Online at ease.
GNU General Public License v3.0
46 stars 26 forks source link

File "safari_downloader.py", line 33, in __init__ subprocess.run([self.downloader_path, "-U"]) AttributeError: 'module' object has no attribute 'run' #10

Open sehati opened 4 years ago

sehati commented 4 years ago

/usr/local/lib/python2.7/dist-packages/bs4/element.py:16: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. 'The soupsieve package is not installed. CSS selectors cannot be used.' Traceback (most recent call last): File "safari_downloader.py", line 69, in domain=app_config.DOMAIN, downloader_path=app_config.DOWNLOADER) File "safari_downloader.py", line 33, in init subprocess.run([self.downloader_path, "-U"]) AttributeError: 'module' object has no attribute 'run'