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

No module named 'rpds.rpds' after update #31017

Open
jomayeri opened this issue Mar 12, 2025 · 3 comments
Open

No module named 'rpds.rpds' after update #31017

jomayeri opened this issue Mar 12, 2025 · 3 comments
Assignees
Labels
Auto-Assign Auto assign by bot bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Possible-Solution Service Attention This issue is responsible by Azure service team. Similar-Issue SSH VM SSH

Comments

@jomayeri
Copy link

Describe the bug

I use azure-cli within a WSL environment. After doing an apt update && apt upgrade azure-cli broke when attempting az ssh with the error

Image

I ran az upgrade but the error still occurs.

Related command

The related was az ssh vm --ip x.x.x.x

Errors

Here is the full stack trace

Image

Issue script & Debug output

Run az ssh vm --ip x.x.x.x

Expected behavior

The expected behavior is for ssh to work.

Environment Summary

Image

Additional context

No response

@jomayeri jomayeri added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Mar 12, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot Upgrade az upgrade labels Mar 12, 2025
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 12, 2025

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that VM SSH Service Attention This issue is responsible by Azure service team. SSH labels Mar 12, 2025
Copy link

Here are some similar issues that might help you. Please check if they can solve your problem.


Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)

Reinstalling the ssh extension should fix the issue: az extension remove -n ssh && az extension add -n ssh

Reference:

Powered by issue-sentinel

@yonzhan yonzhan removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Azure CLI Team The command of the issue is owned by Azure CLI team Upgrade az upgrade labels Mar 12, 2025
@bebound
Copy link
Contributor

bebound commented Mar 13, 2025

Here are some similar issues that might help you. Please check if they can solve your problem.

Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)

Reinstalling the ssh extension should fix the issue: az extension remove -n ssh && az extension add -n ssh

Reference:

Powered by issue-sentinel

Duplicate of #30320

Try this az extension remove -n ssh && az extension add -n ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Possible-Solution Service Attention This issue is responsible by Azure service team. Similar-Issue SSH VM SSH
Projects
None yet
Development

No branches or pull requests

4 participants