from apiclient import __version__
See original GitHub issueRunning into an issue with import version
File "/app/.heroku/python/lib/python2.7/site-packages/apiclient/http.py", line 50, in <module>
from model import JsonModel
File "/app/.heroku/python/lib/python2.7/site-packages/apiclient/model.py", line 30, in <module>
from apiclient import __version__
ImportError: cannot import name __version__
Issue Mentions: http://xmodulo.com/2013/12/integrate-google-calendar-linux-desktop.html https://github.com/insanum/gcalcli/issues/123
Issue Analytics
- State:
- Created 9 years ago
- Comments:16 (3 by maintainers)
Top Results From Across the Web
apiclient - PyPI
Latest version. Released: Mar 20, 2019. Framework for making good API client ... from apiclient import APIClient >>> class AcmePublicAPI(APIClient): .
Read more >from apiclient.discovery import build ModuleNotFoundError
discovery, but to no avail. When I run python --version : I get Python 3.7.6. I'm running MacOs Catalina.
Read more >Using the Python client library | AI Platform Prediction
This tutorial describes how to use the Google API Client Library for Python to call the AI Platform ... See how to specify...
Read more >Python quickstart | Google Docs
Google Workspace quickstarts use the API client libraries to handle some details of the ... from google.auth.transport.requests import Request
Read more >Datadog API Client for Python documentation
Getting Started¶. Please follow the installation instruction and execute the following Python code: from datadog_api_client import ApiClient ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@robmorehead It seems your answer was from years ago, but it did fix my problem. thx
@craigcitro I was trying to follow the 8/1/2014 instructions above from @AlexanderPease.
I had already done
pip google-api-python-client
, and was getting the discovery module not found error.Moot point, I somehow got past the discovery issue and ran into another issue, leading me to give up entirely on trying to install gclical. If it had this many problems with just installation, I’m not going to trust it to touch my calendar.