-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
ERROR: Could not find a version that satisfies the requirement google-python-cloud-debugger==2.18 (from versions: none) #832
Comments
I was just able to successfully
|
I'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.) |
It seems a duplication of #622 |
Thanks for reporting the issue @LisnXy and thanks for confirming @JBHua. This issue is due to the fact that we don't support yet Arm64 platform. We are tracking this issue/feature request in there #622. To avoid any duplication, I'm closing this issue, but will make sure there is a reference to this one from the one I mentioned earlier, to make more evidence. Thanks for reporting this issue! |
try installing the package by writing into the dockerfile. It resolved my issue. |
Describe 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:
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
Logs
Screenshots
Additional context
Exposure
The text was updated successfully, but these errors were encountered: