|
I've installed Pyenv on my RHEL 8.5 GNU/Linux system with Homebrew: Then I tried to install Python 3.10.1 with Pyenv but got the following Looks like it's having trouble finding "readline" and "zlib", but I've already installed the So why isn't Pyenv's Python installation process finding the libraries they need? Thanks! |
Answered by
tedmiston
Jan 25, 2022
Replies: 1 comment 1 reply
|
This is an ongoing problem with pyenv, see #1479 for more info. The short-term workaround is to temporarily uninstall GNU readline from brew per this comment #1479 (comment). |
1 reply
Answer selected by
penyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an ongoing problem with pyenv, see #1479 for more info.
The short-term workaround is to temporarily uninstall GNU readline from brew per this comment #1479 (comment).