Re: Is there a pre-made python312-cryptography module?

2025-03-29 Thread Michael Cook via Cygwin
You can try this: CRYPTOGRAPHY_DONT_BUILD_RUST=1 python -m pip install cryptography==3.4.3 to install an older version of cryptography before it required Rust. Though the last time I tried that was probably a couple years ago. -- Problem reports: https://cygwin.com/problems.html FAQ:

astyle

2025-01-29 Thread Michael Cook via Cygwin
The version of astyle provided by Cygwin is quite old. Version 2.06 is from 2016. Would it be reasonable to update to the latest version? https://astyle.sourceforge.net/notes.html That old 2.06 accepts some options that were long ago deprecated. The newer versions have removed those options (app

Re: random hangs

2025-01-03 Thread Michael Cook via Cygwin
dling. You might try with cygwin 3.5.4 to see if > your hang issues go away. That might help elimiate python as the culprit. > > On Fri, 3 Jan 2025, Michael Cook via Cygwin wrote: > > > The hangs I've looked at were when a Python script was using the > > `subproce

Re: random hangs

2025-01-03 Thread Michael Cook via Cygwin
terrupt. trying again" loop to give up eventually, say after 100 tries. That might lead to a greater understanding of what's happening? On Fri, Jan 3, 2025 at 2:21 PM Marco Atzeri wrote: > On 03/01/2025 18:31, Michael Cook via Cygwin wrote: > > I'm seeing hangs at the mo

random hangs (was: Test: python312-3.12.8-1 venv fails due to pip wheel?)

2025-01-03 Thread Michael Cook via Cygwin
I'm seeing hangs at the moment in a reproducible way. One of the hung processes is stty.exe. I attached with strace and saw the following three messages being rapidly repeated: 64 115520392 [sig] stty 20375 sigpacket::setup_handler: suspending thread, tls 0x7CE00, _main_tls 0x7CE00

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
All the pip install commands I tried worked. But I did see one of my scripts hang trying to run an external command (via the subprocess module). I've seen that only once so far. On Thu, Jan 2, 2025 at 1:23 PM Robert Terzi via Cygwin wrote: > Thanks Michael that worked to create the venv. > > Did

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
As a workaround, you can try passing `--without-pip`. I had success with this: python -m venv --system-site-packages --without-pip _venv Michael On Thu, Jan 2, 2025 at 11:38 AM Robert Terzi via Cygwin wrote: > Testing the 3.12 package, trying to make a virtual env fails. I think this > is bec

Newer Python? (was: Updated: python 3.8/3.9 packages)

2024-09-15 Thread Michael Cook via Cygwin
On Sat Dec 23 03:54:54 GMT 2023 Marco Atzeri wrote: > Python 3.12 will be in the near future introduced and we will skip 3.10 and 3.11. Is there a place where I can find the latest status of this effort? And how can I help? Michael -- Problem reports: https://cygwin.com/problems.html FAQ: