layday
layday
This has been observed on CentOS but not on Ubuntu - I thought Ubuntu threw an error when `python3-venv` or `python3-pip` weren't installed.
Well, as far as MREs go, this is a fairly long one. Can you repro it without installing python, etc., from apt? Can you repro it without virtualenvwrapper? Is virtualenvwrapper...
This appears to be an issue either with your custom Python installation or the interaction between virtualenv and your custom Python installation. Can you run `python3 -m venv`, with your...
Could be added to #198; closing in favour of that one.
`pep517` provides an interface for extracting metadata from wheels. The question that remains is, how do you ascertain that the package name from the wheel is the same as in...
launchpadlib depends on one of the packages you installed, which is what triggered this error message. The installation of tensorflow would have completed successfully if you had not cancelled it...
What the error is saying is that the build process does not have permission to modify the "build" folder. Presumably this was created during a previous run with `sudo` or...
Quasi-duplicate of https://github.com/pypa/build/issues/292?
Thanks for the explanation.
This was done in #782.