Re: Packages needed to create a virtual environment in Python 3.9

2025-10-04 Thread Marco Atzeri via Cygwin
On 18/04/2025 18:07, Mercurio, Steven W-CTR (FAA) via Cygwin wrote: 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

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread Mercurio, Steven W-CTR (FAA) via Cygwin
hon312 pkg provided in Cygwin installs without ay issues From: Cygwin on behalf of David Dyck via Cygwin 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

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread David Dyck via Cygwin
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 Requir

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread Philippe Baril Lecavalier via Cygwin
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 sho

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-17 Thread David Dyck via Cygwin
I ran into this error today ( I was trying to use https://github.com/raulgotor/linkerscope.git ) but even with an empty folder I get error message even after I install " python-pip-wheel" from setup $ mkdir /tmp/pip-test ; cd /tmp/pip-test ; python3.9 -m venv venv mkdir /tmp/pip-test ; cd /tmp