firebase / firebase/firebase-admin-python

Unable to install this library for linux

Abierto
#801 2 comentarios 0 reacciones 1 asignado Reclamado por @lahirumaramba Ver en GitHub
api: core
Lenguaje dominante
Python
Estrellas
1.2k
Forks
359
Merge medio
5 d 6 min
PR fusionados (30 d)
2

Descripción

### [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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.