-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CalledProcessError in Auto3DSeg "Hello World" #6821
Comments
I run into this issue without any modifications to the tutorial:
Also the inner problem being:
|
If I add
But when I run this command under debugger, it finishes without error. |
Adding
It looks like the generated script does not inherit the notebook's virtual environment, at least not fully. |
Adding |
If I install |
Hi @dzenanz , the current version of Auto3DSeg algorithm use a Linux library and can't be used on Windows at this point. |
It seems there was miscommunication. Talked to @KumoLiu and we can reopen when there is a feature request to support Auto3DSeg on Windows platform. Now closing this ticket. |
I would very much like Auto3DSeg to work on Windows. Should I open a formal feature request? |
Discussed in #6785
Originally posted by keesh0 July 27, 2023
When modified https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_hello_world.ipynb
to use my own CT data, got error.
Also seens #6785 (comment)
cc @mingxin-zheng @wyli
The text was updated successfully, but these errors were encountered: