DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 57MIU1ZY2358361 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 57MIU1ZY2358361 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=g7v+0vnT X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7782C38515D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1755887398; bh=zqQI1g7TQ0A1J+IYnuBiWQaMR0iesP0bt7+Sxk5OFMk=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=g7v+0vnTcwnV90RTH06UojMYX7Oae4qNFuYT69ztrZ6teycY/5yEa6OsH9u1mkejX StFD7OGCxOF1Ojld4i+ZM6waTtK1JAObkThe3O9GBAJgDfxB0bCzv+LL479H54JXsr xdGwGf8iGWi0CLffjQN9joLUXb2Uf5Pb1lkxss1Y= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EAFEA3851AB2 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org EAFEA3851AB2 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1755887263; cv=none; b=Q4P4d5Vmk2GM0/9H1tFXvXa5ylsef5IibDLmaVv5OJdWirFljntGSSqIKmzn9A6P8d8cO3Rhlvm/KsmMmYqKvnR9WY+dYI7/fJDcYnnUXQyBoBn1oArT4ofIal/HQBK72urH08ANsDG0u4UW1/gvShwU+u08DojQdWgutEcZIbY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1755887263; c=relaxed/simple; bh=G2inNwBBfFgt7lxdiPkQoByYEEmByP2fxrtvEbhHNNc=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=FX/7a/CEbEdJYjUXuNomqV+cuPfnP379A5lMkYXRXa1r2KMl6VbnPSJfM5EJpmwcBRjTcEffG+sVwPlK9Lbv86L7pBL0tjQNjZ5jPywGG3bcM3gfVeJ/beJvZPTINQBaXAcI0IXX3Lq8nNYoW0B/R0t6Mxm8Zp3voh0J8RK0LfU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EAFEA3851AB2 Message-ID: <1cdacb0c-9f0c-4776-ad14-be238ca82dea@huarp.harvard.edu> Date: Fri, 22 Aug 2025 14:27:41 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Irritating artifacts of the python variety To: "Mercurio, Steven W-CTR (FAA)" Cc: "cygwin AT cygwin DOT com" References: Content-Language: en-US In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Norton Allen via Cygwin Reply-To: Norton Allen Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 8/22/2025 2:05 PM, Mercurio, Steven W-CTR (FAA) via Cygwin wrote: > I do not use venv because the instance I have of Cygwin is only for one task so there is no compatibility issues. I removed all other 3.x versions I could except 3.12. I do not need or want to make this any more complicated than it needs to be and am not even sure I could use a venv in my use case. > > Also for Python 3.12 is there any way to get the Cryptography module (some rust issue?) running so I can pip install the latest version of Ansible and related tools (or at least something newer than 2.8)?? > > I am looking to use Cygwin strictly to run the Ansible checking and vault functions that are needed for Visual Studio Code Ansible plugins. Do you know that that configuration will work? VSCode is a Windows program, and may play better with a Windows Python install rather than Cygwin. That said, if someone has done this and it works, that would be good to know! > > > ________________________________________ > From: Cygwin on behalf of Soren via Cygwin > Sent: Friday, August 22, 2025 13:40 > To: Dave Trombley > Cc: cygwin AT cygwin DOT com > Subject: Re: Irritating artifacts of the python variety > > 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. > > > Dave Trombly replied to me with: > You will likely break things if you link the system 'pip' like that, the > tools installed on the system are not in the default path for a reason. > ... > Please strongly consider using virtual environments when doing any sort > of Python development - this is near universal / standard now. > This way, you will be running the tools (including pip) located in your > venv, and not the site-installed tools. > > I'll take your recommendation very seriously, I appreciate the advice. In > this case, I will humbly point out, I wasn't really doing python > development (but I will in the future) > -- I was just trying to install a relatively simple script. I'm spoiled by > Perl: "Keep simple things simple and make difficult things possible." :-) > > -- > Soren 'tino > > -- > 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