coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

Add requests #213

Closed gaurish closed 8 years ago

gaurish commented 8 years ago

Without it, it leads to an error.

> dataduct pipeline create -m development receipts.yml 
Traceback (most recent call last):
  File "/usr/local/bin/dataduct", line 347, in <module>
    main()
  File "/usr/local/bin/dataduct", line 322, in main
    config = config_singleton_setup(args)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dataduct/utils/cli.py", line 41, in config_singleton_setup
    from dataduct.config import Config
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dataduct/config/__init__.py", line 3, in <module>
    from .credentials import get_aws_credentials
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dataduct/config/credentials.py", line 4, in <module>
    import requests
ImportError: No module named requests