Unable to install this library for linux

Open
#801 2 comments 0 reactions 1 assignee View on GitHub

@lahirumaramba is already working on this.

Since Aug 12, 2024.

Assessment

This issue has not been assessed yet.

Description

api: core
[REQUIRED] Step 2: Describe your environment
  • Operating System version: MacOS Sonoma 14.5
  • Firebase SDK version: 6.5.0
  • Firebase Product: database
  • Python version: 3.12.0
  • Pip version: 24.2
[REQUIRED] Step 3: Describe the problem

I'm trying to install this package as a linux dependency to deploy on AWS lambda. When installing pip is trying to resolve various versions of google-api-python-client and google_api_core but is timing out because it's unable to resolve them.

Steps to reproduce:

Here is the command that I'm running:

pip install --no-cache-dir --platform manylinux2014_x86_64 --implementation cp --only-binary=:all: --python-version 3.12 --target ./package -r requirements.txt

My requirements.txt:

firebase-admin==6.5.0

Only one dependency.

Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
5d 6m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firebase/firebase-admin-python

All issues in firebase/firebase-admin-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.