google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Can't find the package google-cloud-healthcare

Open CarlosGoogleMX opened this issue 4 months ago • 0 comments

Determine this is the right repository

  • [x] I determined this is the correct repository in which to report this bug.

Summary of the issue

Context I am trying to do pip install google-cloud-healthcare but I am getting an error. In Python 12 or Python 11

Expected Behavior: I will expect to download the package so I can use the Cloud Healthcare API.

Actual Behavior: I got an error " ERROR: Could not find a version that satisfies the requirement google-cloud-healthcare (from versions: none) | ERROR: No matching distribution found for google-cloud-healthcare "

API client name and version

No response

Reproduction steps: code

file: requirement.txt

fhir.resources
functions-framework
google-cloud-bigquery
flask
pydantic
requests
google-cloud-healthcare

pip install -r requirements.txt

Reproduction steps: supporting files

pip install -r requirements.txt

Reproduction steps: actual results

ERROR: No matching distribution found for google-cloud-healthcare

OS & version + platform

Ubuntu22

Python environment

Python 11 & Python 12

Python dependencies

google-cloud-healthcare

Additional context

I am trying to do this build with Cloud Build and Cloud run functions 2 gen

CarlosGoogleMX avatar Sep 23 '25 16:09 CarlosGoogleMX