Downgrade the protobuf package to 3.20.x or lower. #5942
Answered
by
wyli
AnandMulay
asked this question in
Q&A
-
trying to train using the segmentation module
|
Beta Was this translation helpful? Give feedback.
Answered by
wyli
Feb 6, 2023
Replies: 1 comment 1 reply
-
the root cause is not from the monai codebase, and a possible workaround is pip install "protobuf<4" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AnandMulay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the root cause is not from the monai codebase, and a possible workaround is
pip install "protobuf<4"