Question: Is anyone working on Python3.12-* packages? The Cygwin Python 3.12 works but is missing a package needed by a newer version of Ansible and I can not pip install that needed python package (some crypto related issue I think) hence I can not also pip install a newer version of Ansible.
I'm not a Dev but a Sysadmin so I can do any testing help but I don't know any python to be able to fix or guess any possible code changes that may be needed to fix this. Aside from this though the Python 312 install in Cygwin does seem to work really well. Install of any python312 pkg provided in Cygwin installs without ay issues ________________________________________ From: Cygwin <cygwin-bounces~steven.w-ctr.mercurio=faa....@cygwin.com> on behalf of David Dyck via Cygwin <cygwin@cygwin.com> Sent: Friday, April 18, 2025 8:16 AM To: Philippe Baril Lecavalier Cc: cygwin@cygwin.com Subject: Re: Packages needed to create a virtual environment in Python 3.9 CAUTION: This email originated from outside of the Federal Aviation Administration (FAA). Do not click on links or open attachments unless you recognize the sender and know the content is safe. thank you P.B. Lecavalier! I greatly appreciate your response! Perhaps this can guide the cygwin packaging in te future I was missing ` python-setuptools-wheel` but I had installed the ` python-setuptools-wheel` Now I have success $ python3 -m ensurepip Looking in links: /tmp/tmpy457n2k6 Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (75.8.0) Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (25.0.1) On Fri, Apr 18, 2025 at 4:38 AM Philippe Baril Lecavalier via Cygwin < cygwin@cygwin.com> wrote: > Try these, seemingly not pulled from installing python39: > > python-setuptools-wheel > python-pip-wheel > > I confirm the issue with a fresh install with python3{8,9}. pip is > provided, but `ensurepip` gives that error. I think it should be the > opposite on a basic python install: No pip package should be present > or enforced, but ensurepip should be guaranteed to work to bootstrap > pip if you so desire. > > -- > P.B. Lecavalier > > -- > 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 > -- 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 -- 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