-
Notifications
You must be signed in to change notification settings - Fork 44
Description
I use Anaconda and did a 'pip install indeed'.
All files are present.
Then get a failure:
In [2]: from indeed import IndeedClient
ImportError Traceback (most recent call last)
in ()
----> 1 from indeed import IndeedClient
/home/daniel/anaconda/envs/py27/lib/python2.7/site-packages/indeed/init.py in ()
----> 1 import requests
2
3 DEFAULT_FORMAT = "json"
4 API_ROOT = "http://api.indeed.com/ads"
5 API_SEARCH = {'end_point': "%s/apisearch" % API_ROOT, 'required_fields': ['userip', 'useragent', ['q', 'l']]}
/home/daniel/anaconda/envs/py27/lib/python2.7/site-packages/requests/init.py in ()
56 pass
57
---> 58 from . import utils
59 from .models import Request, Response, PreparedRequest
60 from .api import request, get, head, post, patch, put, delete, options
/home/daniel/anaconda/envs/py27/lib/python2.7/site-packages/requests/utils.py in ()
20
21 from . import version
---> 22 from . import certs
23 from .compat import parse_http_list as _parse_list_header
24 from .compat import (quote, urlparse, bytes, str, OrderedDict, urlunparse,
ImportError: cannot import name certs