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 richiejthomas
Recipients dtrodrigues, miss-islington, ned.deily, richiejthomas, ronaldoussoren, seb, sjmulder
Date 2021-02-13.04:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPSK-A7vC+7SuKFm9DEhU=izU76v+p2vVfYqXLALTe+04uXeAQ@mail.gmail.com>
In-reply-to <1613189498.65.0.432410636626.issue41116@roundup.psfhosted.org>
Content
That works for me. Thank you!

On Fri, Feb 12, 2021 at 11:12 PM Dustin Rodrigues <report@bugs.python.org>
wrote:

>
> Dustin Rodrigues <dust.rod@gmail.com> added the comment:
>
> 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.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue41116>
> _______________________________________
>
History
Date User Action Args
2021-02-13 04:20:57richiejthomassetrecipients: + richiejthomas, ronaldoussoren, ned.deily, miss-islington, sjmulder, dtrodrigues, seb
2021-02-13 04:20:57richiejthomaslinkissue41116 messages
2021-02-13 04:20:57richiejthomascreate