On 3/31/24 14:22, Adam wrote:
While running my routine quarterly checks, I hit a problem with py-sqlalchemy on macOS arm64. Anyone already working on this?That's because SQLAlchemy requires Cython - it is mentioned in pyproject.html. When you've got py-cython installed on your system, the binary extensions are built, hence the PLIST inconsistency. I've added py-cython as dependency, updated PLIST and bumped revision. Now it should be fine. Thanks for spotting this. Kind regards, Adam
Thanks for fixing it so quickly. I was going to look into it today. All my important packages are building fine now.