PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 20th of May, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:04:08] <toad_polo> hybeen: I have no idea what the problem could be and am completely unfamiliar with warehouse's codebase, but is it possible that you need to verify your e-mail?
[00:04:14] <toad_polo> I was not able to create new packages without verifying my e-mail.
[00:04:34] <hybeen> toad_polo: it's verified but thx
[00:05:22] <toad_polo> Sorry I can't be more helpful 😞
[00:06:57] <hybeen> no worries haha
[04:21:37] <karlpinc> I tried git clone pip and running "python setup.py test" in a python 3.5 venv on Debian stretch (9) and get messages like: "ImportError: No module named 'invoke'" and "ImportError: No module named 'yaml'". What am I doing wrong?
[04:21:59] <karlpinc> Really, what I want to know is how to run the test suite for pip.
[04:23:42] <karlpinc> (Should I be asking in #pypa-dev instead?)
[04:52:11] <karlpinc> Here are the errors at the bottom: http://paste.debian.net/1025453/
[04:52:32] <karlpinc> tox seems to be working.