omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Google Cloud Client Library in Pythonista

    Pythonista
    2
    2
    1833
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • deepbluedave
      deepbluedave last edited by

      Hello - I would like to play with the Google Cloud Client Library.

      My first attempt was to install google-cloud-datastore using StaSh - which seemed to work until it got to importing dependency google-cloud-core at which point it reported the error "No download available for google-cloud-core: 0.0.1

      https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-python - I followed these instructions.

      My guess is this library is not compatible with Pythonista - but I am new to both Python and Pythonista and indeed the Google API - so any help appreciated.

      1 Reply Last reply Reply Quote 0
      • reticulated
        reticulated last edited by

        @deepbluedave,

        I took a quick look at it (by doing a pip install --target . google-cloud-datastore in an empty folder) and it appears to require some compiled modules (grpc, protobuf to name a couple) so it won't likely work.

        You have other options but you might want to work a little more Python and you can explore other options such as writing an API Wrapper and hosting the google code on a separate host.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB Forums | Contributors