coding-blocks / content-downloader

Python package to download files on any topic in bulk.
MIT License
8 stars 25 forks source link

cannot run ctdl #3

Closed abhishek97 closed 7 years ago

abhishek97 commented 7 years ago

Running on MacOs, after pip install ctdl when i try to run it , it gives the error

Traceback (most recent call last):
  File "/usr/local/bin/ctdl", line 7, in <module>
    from ctdl.ctdl import main
  File "/usr/local/lib/python2.7/site-packages/ctdl/__init__.py", line 1, in <module>
    from .ctdl import *
  File "/usr/local/lib/python2.7/site-packages/ctdl/ctdl.py", line 9, in <module>
    from requests.packages.urllib3.util.retry import Retry
ImportError: No module named packages.urllib3.util.retry