I'm fairly new to Python so this maybe really simple. I'm wanting to use the YouTube API to pull my latest YouTube videos. The problem is Python isn't allowing me to do so. I'm running Python version 2.7.6
I've used pip to install the Google dependencies:
$ pip install --upgrade google-api-python-client
To no avail, I'm still getting the following problem:
Unresolved reference 'build'
The code I'm using is: https://developers.google.com/youtube/v3/code_samples/python#retrieve_my_uploads
I'm wondering if anybody has come across this. I'm using PyCharm as my IDE for OS X. I've searched and searched and can't find a solution. I've tried Python versions: 2.6.9, 2.7.6, 3.4.2
I'd really appreciate some advice.