Python Forum

Full Version: pip install --upgrade google-api-python-client errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was using overgrive 3.2.3, a Google Drive client (built with Python 2.7) in Linux 18.3 64bit, but the software died on me completely.

The developer advised me to upgrade the google-api-python-client with pip, but I am getting the following messages, which don't seem to me to be errors, nevertheless I don't know what they mean, and the software still doesn't work. Can someone please shed light on what I am doing wrong?

pip install --upgrade google-api-python-client
----------------------------------------------
Requirement already up-to-date: google-api-python-client in /usr/local/lib/python2.7/dist-packages (1.7.3)
Requirement not upgraded as not directly required: httplib2<1dev,>=0.9.2 in /usr/local/lib/python2.7/dist-packages (from google-api-python-client) (0.11.3)
Requirement not upgraded as not directly required: uritemplate<4dev,>=3.0.0 in /usr/local/lib/python2.7/dist-packages (from google-api-python-client) (3.0.0)
Requirement not upgraded as not directly required: google-auth-httplib2>=0.0.3 in /usr/local/lib/python2.7/dist-packages (from google-api-python-client) (0.0.3)
Requirement not upgraded as not directly required: six<2dev,>=1.6.1 in /usr/local/lib/python2.7/dist-packages (from google-api-python-client) (1.11.0)
Requirement not upgraded as not directly required: google-auth>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from google-api-python-client) (1.5.0)
Requirement not upgraded as not directly required: rsa>=3.1.4 in /usr/local/lib/python2.7/dist-packages (from google-auth>=1.4.1->google-api-python-client) (3.4.2)
Requirement not upgraded as not directly required: cachetools>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from google-auth>=1.4.1->google-api-python-client) (2.1.0)
Requirement not upgraded as not directly required: pyasn1-modules>=0.2.1 in /usr/local/lib/python2.7/dist-packages (from google-auth>=1.4.1->google-api-python-client) (0.2.2)
Requirement not upgraded as not directly required: pyasn1>=0.1.3 in /usr/local/lib/python2.7/dist-packages (from rsa>=3.1.4->google-auth>=1.4.1->google-api-python-client) (0.4.3)