Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install this library for linux #801

Open
akshit0201 opened this issue Aug 8, 2024 · 2 comments
Open

Unable to install this library for linux #801

akshit0201 opened this issue Aug 8, 2024 · 2 comments
Assignees

Comments

@akshit0201
Copy link

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

@akshit0201
Copy link
Author

akshit0201 commented Aug 9, 2024

UPDATE: This issue is happening because google-crc32c doesn't have a distribution for Python 3.12 on linux, pls add this.

@akshit0201
Copy link
Author

UPDATE: This issue is being tracked here.
It's been open for the past 11 months, if someone from google could bump this internally, it would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants