This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author seb
Recipients miss-islington, ned.deily, ronaldoussoren, seb, sjmulder
Date 2021-01-11.16:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610383053.89.0.838780897146.issue41116@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the help! I tried the instructions, without success. I installed xz through homebrew (which needs to be installed on Silicon under /opt/homebrew). I can confirm the existance of: /opt/homebrew/Cellar/xz/5.2.5/include/lzma.h

I used CPPFLAGS and also modified the system_include_dirs variable in the setup.py file, in both cases lzma.h seems to be ignored.

> system_include_dirs = ['opt/homebrew/include', '/opt/homebrew/Cellar/xz/5.2.5/include']

Am I missing something obvious here? Thanks!
History
Date User Action Args
2021-01-11 16:37:33sebsetrecipients: + seb, ronaldoussoren, ned.deily, miss-islington, sjmulder
2021-01-11 16:37:33sebsetmessageid: <1610383053.89.0.838780897146.issue41116@roundup.psfhosted.org>
2021-01-11 16:37:33seblinkissue41116 messages
2021-01-11 16:37:33sebcreate