PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 31st of August, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[03:52:11] <McSinyx[m]> +1 on this, or sth with confirmation like apt
[10:47:06] <pradyunsg> proxyforpip, McSinyx[m]: https://github.com/pypa/pip/issues/53
[13:20:34] <McSinyx[m]> does this mean that we'll wait for the UX study for what to do exactly with it?
[13:24:41] <pradyunsg> not blocked on the UX study, but definitely need to figure out how we should be doing this.
[14:03:52] <McSinyx[m]> regarding user inspection (of extra packages to be installed from the given requirements), I suggest something to purely show the project name and version, preferably before installation begins, with (optional?) confirmation dialog
[14:04:53] <McSinyx[m]> we need to have a discussion on this on the github but I'm still procastinating on other issues I promised myself to file d-:
[21:43:00] <astronavt> is `--editable` not supported with `pip install -r`? when i put `-e ./lib/foo` in `requirements.txt i get "./lib/foo is not a valid editable requirement. It should either be a path to a local project or a VCS URL". but when i manually run `pip install -e ./lib/foo` it works without errors