安装特定版本的 python 时如何解决此警告
输出(最小):
Installing Python-3.5.5...
python-build: use readline from homebrew
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
Run Code Online (Sandbox Code Playgroud)
我尝试过的事情:
libreadline-dev,它是替代方案libedit-dev,如此处所示readline并xz按照上面链接中的说明进行安装。