-
Notifications
You must be signed in to change notification settings - Fork 5
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
running on other OS than Linux #122
Comments
In principle everything should run on Mac and Windows and there are unit tests for it that run through without issues. Maybe these don't cover all the cases for ome-zarr conversion?! To fix this I would need a minimal self-contained reproducible example where it fails. |
Hi! I'm facing a very similar issue right now where code works as a .py on linux but not on macOS or windows. However, the code works in mac and windows when run as .ipynb file. It seems to get stuck on the downscaling when run as a .py file containing the exact same code. Potentially jupyter notebook is adding a layer of virtualisation? The exact error traceback:
DEBUG: 1 running tasks, waiting for next task to finish Scheduled 7 tasks of which:
This progress looks :( because there were failed tasks ===== Luigi Execution Summary ===== Could not add em_20nm_z_40_145 to project :( The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Scheduled 8 tasks of which:
This progress looks :( because there were failed tasks ===== Luigi Execution Summary ===== Could not add em_20nm_z_40_145 to project :( ` The code being run is in this repo: https://github.com/eschalnajmi/load_mobie_project If anyone has figured out a way to fix this easily I would very very much appreciate it :) |
@constantinpape @martinschorb
I did not manage to run the conversion to OME-Zarr on my Mac (see MoBIE mattermost channel).
This raises a general question: on which OS does the code here run?
The text was updated successfully, but these errors were encountered: