-
Notifications
You must be signed in to change notification settings - Fork 83
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
Parsing exceptions occur with invocation of multiprocessing #130
Comments
Interesting, it looks like you are on Windows? If you clone the repo and run the tests do they pass?
I wonder if this difference in behavior of multiprocessing on Windows might help explain what's going on? |
Hi. Thanks for taking a look. I followed your directions by using the bash emulator in Git for Windows. I'm attaching a sample. |
It looks like the test suite is noticing problems too. We should really be running thr tests on windows regularly as part of our builds. |
Yeah, back in the day there wasn't a great Windows CI option but there are several now. In addition to Travis, I know bagit-java uses https://www.appveyor.com/ and Azure Pipelines announced a free tier for open-source: https://azure.microsoft.com/en-us/blog/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source/ |
Same issue here. I will also suggest it looks like NB. Truncated as it just loops infinitely / or for a very long time I'm not keen to find out about.
Details -
Invocation (basically anything above
|
I'm seeing the same behavior described by @ross-spencer with |
I ran into this issue as well, running bagit-python version 1.8.1, Python 3.11.8 on Windows 10 and Windows Server 2019. I think it does relate to differences in multiprocessing suggested by @edsu. My limited understanding of the problem - |
When I attempt to run bagit.py with --processes option, I receive an enormous output of parsing exceptions.
This does not occur when I do NOT invoke --processes. Is there is something wrong with my Python installation or is there something wrong with this component of the program?
I am running the Win 64 bit version of python 3.7.2 w/ a machine that uses 4 cores, 2 threads per core.
I've attached a sample of the parsing exceptions output.
Thanks!
python_bagit_multiprocessing_error.txt
The text was updated successfully, but these errors were encountered: