PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 26th of February, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:24:16] <luckywho> help to compile pip with no package manager?
[11:17:52] <luckywho> pip list gives error "ImportError: No module named getpass"
[11:18:58] <hruske> what python are you using?
[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 :-)