-
Notifications
You must be signed in to change notification settings - Fork 731
error while running auto3dseg_hello_world.ipynb on colab #1964
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
Comments
I think I identified the issue. I believe the newer MONAI version has a compatibility issue with Numpy 2.0.2 version. The below config versions seemed to work. MONAI version: 1.4.0 Optional dependencies: For details about installing the optional dependencies, please visit: |
Hi @rbramkumar if you're still having difficulties please try with the current state of MONAI by checking out the main repo and installing it, or installing |
Thank you!! I think it worked if I switched to an older version of MONAI
and numpy. I’ll try it out with the current state.
Best,
Ram
…On Thu, Apr 17, 2025 at 5:51 PM Eric Kerfoot ***@***.***> wrote:
Hi @rbramkumar <https://github.com/rbramkumar> if you're still having
difficulties please try with the current state of MONAI by checking out the
main repo and installing it, or installing monai-weekly. We've recently
sorted out Numpy 2 compatibility.
—
Reply to this email directly, view it on GitHub
<#1964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKAZ7Z4HARLDEEN34KS2M2L22AV5LAVCNFSM6AAAAABZYS2NHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJUGE3DAOBWGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
*ericspod* left a comment (Project-MONAI/tutorials#1964)
<#1964 (comment)>
Hi @rbramkumar <https://github.com/rbramkumar> if you're still having
difficulties please try with the current state of MONAI by checking out the
main repo and installing it, or installing monai-weekly. We've recently
sorted out Numpy 2 compatibility.
—
Reply to this email directly, view it on GitHub
<#1964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKAZ7Z4HARLDEEN34KS2M2L22AV5LAVCNFSM6AAAAABZYS2NHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJUGE3DAOBWGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Getting an error while running the Hello World example (running as is from the tutorial). I tried changing num_fold=3, %env CUDA_VISIBLE_DEVICES to 0 or 1; but getting the same error
https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_hello_world.ipynb
The text was updated successfully, but these errors were encountered: