potiuk commented on code in PR #43604:
URL: https://github.com/apache/airflow/pull/43604#discussion_r1826572725
##########
hatch_build.py:
##########
@@ -101,7 +101,7 @@
"python-ldap>=3.4.4",
],
"leveldb": [
- "plyvel>=1.5.1",
+ "plyvel>=1.5.1; sys_platform != 'darwin'",
Review Comment:
I explained that in the comment - and linked to
https://github.com/wbolster/plyvel/issues/114. Plyvel is notoriously difficult
to install on MacOS - every time there is an upgrade to a new version of OS
(Sequoia in this case) it is brokent for at least few months. You likely did
not have this problem and had it installed before because you have not yet
upgraded to Sequoia :).
So I think disabling it for MacOS sounds like a good idea - it's not
**really** important (and optional) feature of Google provider.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]