-
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! |
Beta Was this translation helpful? Give feedback.
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). |
Beta Was this translation helpful? Give feedback.
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).