Re: python ensurepip fails due to being unable to find files

2022-03-20 Thread Wayne Davison
On Sat, Mar 19, 2022 at 9:08 PM The Other wrote: > This was due to the ensurepip stage failing. Indeed, this seems to be broken in Cygwin. The ensurepip lib is included with the main python package, but that code requires that the wheel files exist (as it has no handling for a case where the list

Re: python ensurepip fails due to being unable to find files

2022-03-20 Thread Brian Inglis
On 2022-03-20 01:42, Brian Inglis wrote: On 2022-03-19 22:07, The Other wrote: Using the most recent version of python3 (3.9.10), I was unable to set up a virtual environment with "python -m venv venv". This was due to the ensurepip stage failing. As such, I tried running ensurepip directly. O

Re: python ensurepip fails due to being unable to find files

2022-03-20 Thread Brian Inglis
On 2022-03-19 22:07, The Other wrote: Using the most recent version of python3 (3.9.10), I was unable to set up a virtual environment with "python -m venv venv". This was due to the ensurepip stage failing. As such, I tried running ensurepip directly. Output when running "python -m ensurepip":