Gaarv / kadenze-dl

Small application to download Kadenze (https://www.kadenze.com) videos for courses you enrolled in
MIT License
50 stars 16 forks source link

Not able to use it #14

Closed Aditya671 closed 4 years ago

Aditya671 commented 4 years ago

C:\kadenze-dl-master\kadenze-dl>python kadenze-dl.py Traceback (most recent call last): File "kadenze-dl.py", line 1, in from kadenzeclient import KadenzeClient File "C:\kadenze-dl-master\kadenze-dl\kadenzeclient.py", line 2, in import helpers File "C:\kadenze-dl-master\kadenze-dl\helpers.py", line 5, in from slugify import slugify ModuleNotFoundError: No module named 'slugify'

please help...

Gaarv commented 4 years ago

Did you run pip install -r requirements.txt ?

Aditya671 commented 4 years ago

Yes

On Sat, Nov 2, 2019, 7:20 PM Gaarv notifications@github.com wrote:

Did you run pip install -r requirements.txt ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Gaarv/kadenze-dl/issues/14?email_source=notifications&email_token=AIKLNVXQVCCG637GLXRXDUTQRWASLA5CNFSM4JFWYLPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC44LBA#issuecomment-549045636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKLNVUMYHTU44K6BCFA4K3QRWASLANCNFSM4JFWYLPA .

Gaarv commented 4 years ago

I tried a fresh install on Windows and had no issues. Maybe you should try in a virtual environment to prevent any package conflict. I'm usually using conda with conda create -n kadenze python=3.7 pip