Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

create_job.py gives error #8

Open
anupk-adda opened this issue Dec 3, 2014 · 1 comment
Open

create_job.py gives error #8

anupk-adda opened this issue Dec 3, 2014 · 1 comment

Comments

@anupk-adda
Copy link

./create_job.py -f ./bieber_job1.json -t "test"
Traceback (most recent call last):
File "./create_job.py", line 2, in
from gnip_historical.gnip_historical_cmd import *
File "/Users/anup/Documents/Gnip-Python-Historical-Utilities-master/src/gnip_historical/gnip_historical_cmd.py", line 4, in
from gnip_historical import *
File "/Users/anup/Documents/Gnip-Python-Historical-Utilities-master/src/gnip_historical/gnip_historical.py", line 2, in
import requests
ImportError: No module named requests

@DrSkippy
Copy link
Owner

DrSkippy commented Dec 3, 2014

So you should install requests, with e.g. pip install requests. I will
look into updating the dependency list.

Best of luck!

DrS

On Wed, Dec 3, 2014 at 2:20 AM, anupkumar78 [email protected]
wrote:

./create_job.py -f ./bieber_job1.json -t "test"
Traceback (most recent call last):
File "./create_job.py", line 2, in
from gnip_historical.gnip_historical_cmd import *
File
"/Users/anup/Documents/Gnip-Python-Historical-Utilities-master/src/gnip_historical/gnip_historical_cmd.py",
line 4, in
from gnip_historical import *
File
"/Users/anup/Documents/Gnip-Python-Historical-Utilities-master/src/gnip_historical/gnip_historical.py",
line 2, in
import requests
ImportError: No module named requests


Reply to this email directly or view it on GitHub
#8.

Scott Hendrickson
303.219.0022
@drskippy27
(transparency is the antidote for cynicism)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants