On 22/01/2026 00:18, Ross Patterson wrote:
Plese reply on mailing list
Wow, awesome responsiveness. I hadn't even gotten to automating a
workaround, thanks for saving me that time.
Just tested under my Windows 11 install with little other than Cygwin
installed and it failed:
```
$ pipx --help
Traceback (most recent call last):
File "/usr/bin/pipx", line 3, in <module>
from pipx.main import cli
File "/usr/lib/python3.9/site-packages/pipx/main.py", line 22, in <module>
from pipx import commands, constants, paths
File "/usr/lib/python3.9/site-packages/pipx/commands/__init__.py",
line 9, in <module>
from pipx.commands.run import run
File "/usr/lib/python3.9/site-packages/pipx/commands/run.py", line
30, in <module>
import tomli as tomllib
ModuleNotFoundError: No module named 'tomli'
Have you tried to install "python39-tomli"
$ cygcheck -cd |grep tomli
python312-tomli 2.3.0-1
python39-tomli 2.3.0-1
--
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