-
I can not seem to install any versions of python with pyenv. I am getting the following error, and have also attached the full log printout. Any help would be great. Thanks for your time. cc1: some warnings being treated as errors Command |
Beta Was this translation helpful? Give feedback.
Answered by
wcbrown86
Apr 16, 2022
Replies: 1 comment
-
Found the solution for me pyenv install 3.x.x --patch < <(curl -sSL https://github.com/python/cpython/commit/8ea6353.patch) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wcbrown86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution for me
pyenv install 3.x.x --patch < <(curl -sSL https://github.com/python/cpython/commit/8ea6353.patch)