question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

from apiclient import __version__

See original GitHub issue

Running 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:closed
  • Created 9 years ago
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
shawnherocommented, Sep 16, 2016

@robmorehead It seems your answer was from years ago, but it did fix my problem. thx

1reaction
RobinIsTheBirdcommented, Dec 7, 2015

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found