👋 I've been doing some updates with Python dependencies in homebrew-core. It looks like since lxml, yarl and pyyaml are locked to older versions, it's unable to compile those package extensions on current versions of clang with Xcode 15.
Feel free to take or leave this patch, just wanted to share what worked for me to be able to pip install it fully on current versions of macOS Sonoma and Xcode 15.
👋 I've been doing some updates with Python dependencies in homebrew-core. It looks like since
lxml
,yarl
andpyyaml
are locked to older versions, it's unable to compile those package extensions on current versions of clang with Xcode 15.Feel free to take or leave this patch, just wanted to share what worked for me to be able to
pip install
it fully on current versions of macOS Sonoma and Xcode 15.