Made the mistake of trying to install/run a Python tool (thinking perhaps things have gotten better because it’s 2024).
So, anyway:
- poetry and pyenv (get them, trust me)
- If pyenv install fails for you (e.g., on Fedora 39) with ImportError: No module named '_curses', 'readline', and '_ssl':
sudo dnf install ncurses-devel readline-devel openssl-devel
Then run pyenv install again.
#python #iJustWantToRunAPackage #sigh #linux #fedora #pyenv #poetry