Hello Cygwinstas, As in the Subject: I have two systems with Windows 11 and with Cygwin installed. I am attempting to reproduce the execution of a series of steps leading to meson being installed on the second computer, so I can do some code building. I've tried it multiple times and keep getting this failure message:
$ type -p python3 && python3 --version /usr/bin/python3 Python 3.12.12 $ python3 -m venv ~/Devel/python.venv/beleriand Error: Command '['/cygdrive/c/Users/soren/Devel/python.venv/beleriand/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. On the first system, where the virtual env works fine, I see this: $ type -p python3 && python3 --version /usr/bin/python3 Python 3.12.12 It's the same version of python, yep. What could be wrong? TIA. -- somian / Soren -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

