[11:21:05] <hruske> luckywho: getpass has been in python since nearly forever, so it sounds like you somehow have a very broken installation
[11:22:24] <luckywho> @hruske, I'm trying to install pip. I don't have package manager.
[11:24:48] <luckywho> hruske, I have installed setuptools 38.0, on top that called easy_install pip (pip 19.1.dev0)
[23:45:46] <njs> luckywho: I recommend starting over, and using https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
[23:47:06] <njs> luckywho: if you've been using raw setup.py and easy_install and are getting weird errors, then there's a good chance that you've managed to somehow corrupt your current environment
[23:47:16] <njs> luckywho: and get-pip.py is way easier than whatever it is you're doing :-)