ERROR: Could not find a version that satisfies the requirement google-python-cloud-debugger==2.18 (from versions: none)
See original GitHub issueDescribe the bug
I want to deploy on my local minicube, but when I run the skaffold run
command , at the step:
Step 7/11 : RUN pip install -r requirements.txt
the output shows:
ERROR: Could not find a version that satisfies the requirement google-python-cloud-debugger==2.18 (from versions: none)
ERROR: No matching distribution found for google-python-cloud-debugger==2.18.
I don’t know how to handle this as a k8s beginner, and I have tried to use the v0.3.6 but it still doesn’t work.
Environment
- minikube version: v1.25.2
- Docker version 20.10.14
- macOS Monterey 12.3.1
- Apple M1 arm64
Logs
Screenshots
Additional context
Exposure
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Setting Up Cloud Debugger for Python
Overview; Language versions and compute environments; Setting up Cloud Debugger; Verifying the Cloud Debugger API is enabled; Canary snapshots and logpoints.
Read more >google-python-cloud-debugger 3.1
The Cloud Debugger lets you inspect the state of an application at any code location without stopping or slowing it down. The debugger...
Read more >google cloud deploy ERROR: Could not find a version that ...
The version of numpy you first tried to use, and the polygonscan-python package require Python3.8. Your GAE Flex environment is built for ...
Read more >Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >cloud-init
Cloud instances will automatically be provisioned during first boot with networking, storage, SSH keys, packages and various other system.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was just able to successfully
docker build
therecommendationservice
on my local machine:p1
top2
, but I think this is still a critical issue.M1
chip. We have facedM1
-related issues in the past (e.g. in #622).Could not find ... google-python-cloud-debugger==2.18
error: https://github.com/GoogleCloudPlatform/cloud-debug-python/issues/20I’ve encountered the exact same problem using Apple’s M1 Chip (Mac Studio). I suspect it is either due to the chip architecture (ARM64) or macOS (see this reply.)