Code Monkey home page Code Monkey logo

google-photo-to-vcard's People

Contributors

iamthefij avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

dilettanti

google-photo-to-vcard's Issues

OAuth2Client missing

Thank you so much for sharing your code! I have just got NextCloud up and running, and the one thing I was disappointed about was that I lost all my contacts photos. I have no programming background (I can handle basic bash/cli stuff, but I can't read python code to save my life). I managed to set up Google API credentials and set up my vdirsyncer.conf, but when I run 'make add-photos' I get the following error:
ModuleNotFoundError: No module named 'oauth2client'

Before running the make command, I installed oauth2client using pip: 'sudo pip install --upgrade oauth2client' and it appears to be installed locally, but I'm not sure how to make it available to the virtual environment. Any chance you know an easy fix?

Here's the full output from running 'make add-photos':
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File ".../google_photo_to_vcard/build_photo_json.py", line 9, in <module>
from oauth2client import client
ModuleNotFoundError: No module named 'oauth2client'
Makefile:11: recipe for target 'build/email_to_photo.json' failed
make: *** [build/email_to_photo.json] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.