Skip to content
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

run pipeline on windows computer #28

Open
sophiamaedler opened this issue Jun 24, 2024 · 4 comments
Open

run pipeline on windows computer #28

sophiamaedler opened this issue Jun 24, 2024 · 4 comments
Assignees

Comments

@sophiamaedler
Copy link
Collaborator

detected issues:

  1. different file path denomination "" vs "/"
  2. multiprocessing does not work
@sophiamaedler
Copy link
Collaborator Author

first encountered file path issue fixed in commit 9fc9052

@sophiamaedler
Copy link
Collaborator Author

to fix multithreading issued tried implementing: “if windows, then “spawn” otherwise “fork” (d09bd9e)

this only provides a partial fix as workers seem to be created but they continue endlessly without starting any proper computation

@sophiamaedler
Copy link
Collaborator Author

a quick workaround to at least get some version of the code running on windows could be to check for the operating system and if windows force threading to be turned off.

@sophiamaedler
Copy link
Collaborator Author

Windows will permanently only be supported for running without multiprocessing. Implementing a multithreaded version which is also functional on windows is out of scope at the moment.

Will retain this issue until for all processing steps a check has been implemented that automatically sets threads to 1 if a windows system is detected.

@sophiamaedler sophiamaedler self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant