PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 19th of April, 2020

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[10:39:41] <pradyunsg> toad_polo: I think you should write down the broad idea somewhere, and start actively linking people to it.
[12:25:55] <travis-ci> pypa/twine#1382 (master - 77e3292 : Ian Stapleton Cordasco): The build passed.
[12:25:55] <travis-ci> Change view : https://github.com/pypa/twine/compare/99c1f169f5fd...77e32925fdba
[12:25:56] <travis-ci> Build details : https://travis-ci.org/pypa/twine/builds/676856925
[13:27:10] <travis-ci> pypa/twine#1384 (master - f61707b : Ian Stapleton Cordasco): The build passed.
[13:27:10] <travis-ci> Change view : https://github.com/pypa/twine/compare/77e32925fdba...f61707b93a4f
[13:27:10] <travis-ci> Build details : https://travis-ci.org/pypa/twine/builds/676876014
[15:09:00] <cnx> hi, I hope you're all well
[15:09:39] <cnx> I was scheming through the log and is happy to see a definite drop of py27 support
[15:12:07] <cnx> also re develop: with __main__ support, I what's the advantage of, e.g. pip install -e, during development
[15:14:00] <cnx> additionally I've seen pradyunsg mentioned about pip inspect, that made me wonder what's the relationship between pip freeze and pip list --format=freeze
[15:17:39] <cnx> is there a consensus about the merge of pip's existing inspect subcommands?
[15:18:27] <cnx> anyway, I'm heading to bed now (I know about the log), goodnight everyone!
[18:15:56] <pradyunsg> cnx: well, that's exactly the sort of stuff that makes me want to merge all of them together. :-)
[18:19:32] <biryukov> hi. is it possible to install pip from master?I tried `pip install E:\workspace\pip`But pip uninstall is rolled back immediately.Here are the errors I get: https://dpaste.org/oVrs
[18:21:02] <hillegass> Hey there, is there a way to connect to the dev database? I tried connecting to the container and running psql but there is no role setup for the root user. Not sure what to try next, any assistance is appreciated!
[18:22:09] <pradyunsg> hillegass: which project are you asking about?
[18:22:49] <hillegass> pradyunsg I didn't know this was a mixed channel, for warehouse.
[18:23:15] <pradyunsg> biryukov: "pip install https://github.com/pypa/pip/archive/master.zip"?
[18:23:28] <pradyunsg> hillegass: hehe, no worries. :)
[18:24:34] <pradyunsg> biryukov: you might have multiple "pip" installations visible from that single interpreter.
[18:36:58] <biryukov> pradyunsg: hm. for some reason I cannot even upgrade pip in WinPython.
[18:40:57] <biryukov> pradyunsg: just going to the checkout and calling python setup.py install worked.