diff --git a/README.md b/README.md index 34af8ad5b756e3c8a0cca4f4f3b9d2a0afd2d07e..9ad56e2db913246ba412bb061b7fad22f5e80839 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,11 @@ Installation fails with pip error, running with --debug flag will show problem w Temporarily change Anaconda directory to prevent conflict during extension installation: * Change: `C:/Users/<username>/anaconda3` to `C:/Users/<username>/anaconda3_temp` * Retry ssh extension installation `az ssh ...` -* Revert anaconda3 directory name back to original \ No newline at end of file +* Revert anaconda3 directory name back to original + +### Python import error when running some `az` calls (just Windows?) +*ModuleNotFoundError: No module named 'rpds.rpds'* -- seems to be caused by old python libraries kicking about? + +* Remove existing SSH extension: `az extension remove --name ssh` +* Re-run connection command: `az ssh vm --ip <server>` +* Install SSH extension if prompted \ No newline at end of file