Python not working, /usr/lib/libexpat.1.dylib missing (macOS: 26.2-arm64) #6798
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You will need to upgrade to macOS 26.3 or later due to Apple upgrading their copy of expat. |
Beta Was this translation helpful? Give feedback.
-
|
My Mac got bricked upgrading to 26.4 with a bad firmware update, so I'm waiting a bit When trying to run aws-cli I get My short term hack brew install expat
brew reinstall python@3.14
aws help # FAILS
DYLD_LIBRARY_PATH="/opt/homebrew/opt/expat/lib" aws help # WORKS |
Beta Was this translation helpful? Give feedback.
You will need to upgrade to macOS 26.3 or later due to Apple upgrading their copy of expat.