-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flupy
CLI does not work on Windows
#33
Comments
Unfortunately I don't have access to a windows machine. Any chance you'd be interested in a creating a PR? |
Let me see if I can put up a PR. I also don't run Windows regularly, but do occasionally use a VM. |
Looked into this a little more... I think the solution might be to just remove that line entirely? |
did you get a chance to test if that functioned on a windows machine, or is that a best guess? |
Not tested on Windows (still trying to recover my VM), but I did test on Linux, and removing that line did not change any behavior. Tested it with this invocation: No broken pipe exception was thrown. This was with Python 3.10 on Ubuntu 22.04 |
Ok, verified that it fixes functionality on Windows as well:
#34 is now ready for review. |
Ran into this issue while in the process of adding
flupy
(andalembic-utils
) to conda-forge here: conda-forge/staged-recipes#26023.Seems to be due to this bit here:
flupy/src/flupy/cli/cli.py
Line 4 in 5fc989c
signal.SIGPIPE
is not available on Windows.Traceback:
The text was updated successfully, but these errors were encountered: