[Bug 1880749] Re: Ubuntu 20.04: virtualenv: pep517 requires toml, but it isn't bundled in venvs

2021-02-11 Thread Rick Elrod
> What is the impact of this? It seems to happily install PEP 517 packages as-is. @Stefano sorry for the delay here. Installing PEP517 packages is fine without the patch, but building them (building a wheel) is where the issue comes in. If you need a concrete example, download the .tar.gz of any

[Bug 1880749] Re: python3 virtualenvs include (broken) bundled pip deps

2021-01-19 Thread Rick Elrod
The impact of the pep517 issue isn't too big of an issue for us- we can work around it (installing toml). The "impact" is that we have a test scenario which runs `pip install pep517` (reports already installed) and then tries to do `python -m pep517.build --binary --out-dir dist .` (which fails du

[Bug 1880749] Re: python3 virtualenvs include (broken) bundled pip deps

2021-01-19 Thread Rick Elrod
Sorry, posted that from the wrong account, that comment was by me (the original bug reporter). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880749 Title: python3 virtualenvs include (broken) bundl

[Bug 1880749] [NEW] python3 virtualenvs include (broken) bundled pip deps

2020-05-26 Thread Rick Elrod
Public bug reported: On a clean 20.04 machine (or container), observe the following: apt-get update apt-get install -y python3-virtualenv python3 -m virtualenv foo && source foo/bin/activate pip list You will notice there are a plethora of extra packages in the virtual environment that should no