You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I have a question.I’ve tried reinstalling MONAI Label, but I’ve encountered several issues. One of them is related to the NumPy version I'm currently using 1.26.4 which is not compatible with thinc 8.3.6, as it requires numpy<3.0.0,>=2.0.0.
Additionally, some functions have been removed from pydicom, such as pydicom._storage_sopclass_uids, which causes the MONAI Label server to fail on startup.
I’ve tried installing MONAI Label both from GitHub and via pip, but the issues persist. I also attempted changing the versions of NumPy and pydicom, but that only makes things worse, since it breaks compatibility with even more libraries.
I would really appreciate it if someone could guide me on how to properly install MONAI Label.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have a question.I’ve tried reinstalling MONAI Label, but I’ve encountered several issues. One of them is related to the NumPy version I'm currently using 1.26.4 which is not compatible with thinc 8.3.6, as it requires numpy<3.0.0,>=2.0.0.
Additionally, some functions have been removed from pydicom, such as pydicom._storage_sopclass_uids, which causes the MONAI Label server to fail on startup.
I’ve tried installing MONAI Label both from GitHub and via pip, but the issues persist. I also attempted changing the versions of NumPy and pydicom, but that only makes things worse, since it breaks compatibility with even more libraries.
I would really appreciate it if someone could guide me on how to properly install MONAI Label.
Beta Was this translation helpful? Give feedback.
All reactions