-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error on membrain launch after following installation guide #70
Comments
"Have you resolved this issue? I am encountering the same problem." |
I found changing line 207 in _seed = int(_seed) % MAX_SEED fixed the problem for me. You may like to install an editable version of the MONAI dependency and do the same until a proper fix is available. |
According to one of the MONAI devs downgrading numpy to v1 (instead of v2) will also fix things. |
Thanks a lot @GenevieveBuckley for reporting this issue and even fixing it! |
Thanks for all of the sleuthing, @GenevieveBuckley ! It's nice to see you here 😄 |
As commented by @GenevieveBuckley in #72 (comment), this problem seems to be solved for now, so I'm closing this issue. Thanks a lot again for the fix and quick feedback @GenevieveBuckley :) |
Description
I followed the instructions in the installation guide, and all the packages appeared to install correctly with pip.
But, when I tried to launch
membrain
from the command line, I got an error.What I Did
Additional info
conda list (click to expand)
The text was updated successfully, but these errors were encountered: