PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 2nd of April, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[17:09:03] <stenchingfaucet> hi all, the other day i was reporting an issue about our servers downloading the beta pip by default for some reason... the beta version was getting installed by virtualenv --setuptools, which in 15.0.1 does a --pre install
[17:09:21] <stenchingfaucet> so solution is to upgrade to virtualenv 15.1.0. in case anyone runs into same issue :)
[19:14:33] <mjjulian> Hi, I had a question about pip versions. I see 10.0.0b2 is up on https://pypi.python.org/pypi/pip but https://pypi.org/project/pip points to 9.0.3. Is 10 an official release? Is there a changelog?
[19:16:53] <tos9> mjjulian: It's a pre-release (well, a beta release)
[19:16:57] <tos9> The changelog is at...
[19:17:03] <tos9> https://github.com/pypa/pip/blob/release/10.0.0/NEWS.rst#1000b2-2018-04-02
[19:35:57] <di_codes> mjjulian: Warehouse (<http://pypi.org|pypi.org>) will not show prereleases as the “latest release”, but you can find them here: <https://pypi.org/project/pip/#history>