I have python webapp2 application but when I run it I get this error
ImportError: No module named googleapiclient.discovery
what I found in stackoverflow is ImportError: No module named apiclient.discovery
I tried to do what people said but it did not work
EDIT:
pip freeze
This is resolved in another thread: ImportError: No module named apiclient.discovery
Also this one worked in our case
pip install --upgrade google-api-python-client
Using python 3.6.5
I had the same issue. I am using the requirements.txt to install the libraries. My requirements.txt had google-api-python-client==1.6.2 and pip install was not installing the lib. I got rid of the version and have only google-api-python-client in the requirements.txt. After that i ran the pip install again and appengine app worked after that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With