-
Notifications
You must be signed in to change notification settings - Fork 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
Azure CLI Python Dependency Issue #19106
Comments
@jiasli for awareness |
@theoaks Can you try clearing brew cache and maybe reinstalling Python as well? (through brew) I'm on MacOS Big Sur 11.5.1 (M1) and I don't have this problem with |
Maybe I should run the latest update pending on my Mac and see if it fixes the issue |
Done it... Same error on the new version |
What Python version are you using? |
Version 3.9 |
Can you paste the output of |
/usr/local/bin/az |
yeah that's concerning, can you try |
@Volatus, thanks for the investigation. 😊 I tested on Big Sur 11.5.1 with Intel chip but couldn't repro this issue either. @theoaks, are you on M1 chip? Azure CLI uses Python 3.8 installed by Homebrew:
Could you share the result of
|
I'm on an Intel chip
|
We recently bumped the underlying Python to 3.9 in Azure CLI 2.27.1. Some users report it is working as expected (#19027 (comment)), could you upgrade to the latest version? |
The issue is now resolved. Thanks |
This error keeps coming up. I have python installed. I've tried uninstalling and reinstalling several times, but this doesn't go away. Even googling has brought up no solution.
Command
$ az -v
Output
/usr/local/bin/az: line 2: /usr/local/Cellar/azure-cli/2.27.0/libexec/bin/python: No such file or directory
Please help
OS: Mac OS Big Sur (Version 11.4 (20F71))
The text was updated successfully, but these errors were encountered: