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 dtrodrigues
Recipients dtrodrigues, miss-islington, ned.deily, richiejthomas, ronaldoussoren, seb, sjmulder
Date 2021-02-13.04:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613189498.65.0.432410636626.issue41116@roundup.psfhosted.org>
In-reply-to
Content
You'll probably need to contact the pyenv project (https://github.com/pyenv/pyenv) if the following doesn't work for you. However, doing something like 

CFLAGS="-I$(brew --prefix)/include" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib" pyenv install 3.9.1

is working for me to use the lzma module if you already have xz installed with Homebrew.
History
Date User Action Args
2021-02-13 04:11:38dtrodriguessetrecipients: + dtrodrigues, ronaldoussoren, ned.deily, miss-islington, sjmulder, seb, richiejthomas
2021-02-13 04:11:38dtrodriguessetmessageid: <1613189498.65.0.432410636626.issue41116@roundup.psfhosted.org>
2021-02-13 04:11:38dtrodrigueslinkissue41116 messages
2021-02-13 04:11:38dtrodriguescreate