How can I resolve this warning while installing specific versions of python
Output (minimal):
Installing Python-3.5.5...
python-build: use readline from homebrew
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
Things I have tried:
- I have uninstalled and reinstall
libreadline-devand it's alternativelibedit-dev, as seen here - also installed and updated homebrew, then installed
readlineandxzas dictated in the above link also.