Message384578
> If used, ensurepip will only use wheel packages from this directory.
An alternative is to find packages in all directories and pick the most recent version.
Example with a specified directory *and* ensurepip._bundled is available:
* wheel package directory:
* pip 20.2.2
* setuptools 49.1.3
* wheel 0.34.2
* ensurepip._bundled
* pip 20.2.3
* setuptools 47.1.0
Most recent versions:
* pip 20.2.3 from ensurepip._bundled
* setuptools 49.1.3 from the wheel package directory
Problem: I'm not sure that pip is fully compatible with any setuptools version. |
|
Date |
User |
Action |
Args |
2021-01-07 11:27:00 | vstinner | set | recipients:
+ vstinner |
2021-01-07 11:26:59 | vstinner | set | messageid: <1610018819.99.0.177803695856.issue42856@roundup.psfhosted.org> |
2021-01-07 11:26:59 | vstinner | link | issue42856 messages |
2021-01-07 11:26:59 | vstinner | create | |
|