New to python and attempt to install the "apiclient" module since my ide pycharm does not recognize this import:
from apiclient.discovery import build
what i tried:
- pip install apiclient
- manually download the package from
https://developers.google.com/api-client-library/python/start/installation#system-requirements then I extracted it in
/Users/nirregev/anaconda/bin/google-api-python-client-1.5.0
and ran it on my mac terminal Installing python setup.py but still pycharm does not recognize this module. According to pycharm, I have the following interpreters installed:
/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 /Users/nirregev/anaconda/bin/python /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
python pip install google-api apiclient
Nir regev
source share