Closed hqin2016 closed 3 weeks ago
It seems that I need to
pip install google-api-python-client
then pip install google-cloud-cloudquotas
@hqin2016 I think what you're looking for is:
pip install google-cloud-quotas
The distribution name isn't necessarily the same as the folder name and can be found in the setup.py
file of a package.
I'm going to keep this issue open to track updating the directory name below to match the name of the package published to PyPI https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-cloudquotas
Determine this is the right repository
Summary of the issue
Context I was trying to install quotas api following https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-cloudquotas:
python3 -m venv cloudquotas source cloudquotas/bin/activate pip install google-cloud-cloudquotas
Expected Behavior:
Actual Behavior: $ pip install google-cloud-cloudquotas ERROR: Could not find a version that satisfies the requirement google-cloud-cloudquotas (from versions: none) ERROR: No matching distribution found for google-cloud-cloudquotas
API client name and version
No response
Reproduction steps: code
file: main.py