ImportError: No module named googleapiclient.discovery
问题 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 回答1: 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 回答2: I had the same issue. I am