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.


    How to install "firebase-admin" on Pythonista?

    Pythonista
    2
    3
    1382
    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.
    • Spring
      Spring last edited by

      I got Error when I tried to install "firebase-admin":

      ...
      Installing dependency: google-api-core[grpc][('<', '2.0.0dev'), ('>=', '1.14.0')] (required by: firebase-admin)
      Querying PyPI ...
      Error: Failed to fetch package release urls

      Have you gotten same problem?
      please help me....

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

        Try to install google-api-core[grpc] first. If that fails the please post the error message here.

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

          https://github.com/googleapis/google-cloud-python/blob/master/api_core/setup.py#L42 leads us to https://github.com/grpc/grpc which is largely a C codebase so https://pypi.org/project/grpcio will be a problem.

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