[Distutils] Re: Critical problem in PyCharm caused by the removal of "--build-dir" in 2020.3

2020-11-30 Thread Bernat Gabor
Hello, You want to raise the issue directly at the pip issue tracker, https://github.com/pypa/pip. This mailing list is reserved mostly for general packaging related topics. Thanks, On Mon, Nov 30, 2020 at 6:47 PM Mikhail Golubev via Distutils-SIG < distutils-sig@python.org> wrote: > Hi there!

[Distutils] Critical problem in PyCharm caused by the removal of "--build-dir" in 2020.3

2020-11-30 Thread Mikhail Golubev via Distutils-SIG
Hi there! I'm a member of the PyCharm team, and we faced a rather critical issue with the release of pip 2020.3 (https://youtrack.jetbrains.com/issue/PY-45712). It turned out that we actually still used the "--build-dir" option in our internal scripts for installing packages through pip, and

[Distutils] Re: pip 20.3 release (new resolver as default)

2020-11-30 Thread Pradyun Gedam
> ## What to expect in 20.1 > > We aim to release pip 20.1 in January 2021, per our [usual release > cadence]( > https://pip.pypa.io/en/latest/development/release-process/#release-cadence). > > You can expect: > > * Removal of [Python > 2.7]( >

[Distutils] pip 20.3 release (new resolver as default)

2020-11-30 Thread Sumana Harihareswara
On behalf of the PyPA and the pip team, I am pleased to announce that we have just released pip 20.3, a new version of pip. You can install it by running `python -m pip install --upgrade pip`. [Cross-posted to https://discuss.python.org/t/announcement-pip-20-3-release/5948 which will be