-
Notifications
You must be signed in to change notification settings - Fork 199
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
monailabel cannot be installed in python 3.11 #1569
Comments
This issue with Python 3.11 also came up on the 3D Slicer forum. See https://discourse.slicer.org/t/openslide-python-not-working-when-trying-to-use-monailabel/33427. The |
Thanks for opening this issue. As @jamesobutler, commented, MONAI Label hasn't been tested on Python 3.11 yet. It is tested on Python 3.10 as you can see here: https://github.com/Project-MONAI/MONAI/blob/865972f7a791bf7b42efbcd87c8402bd865b329e/setup.cfg#L26 I'd recommend working with a Python env on version 3.9 or 3.10 or working with the MONAI Label Docker container: https://hub.docker.com/layers/projectmonai/monailabel/latest/images/sha256-e91d3a715c0381545bd88605b6ef61e73df30fe32f3fcc2c38e4c6e9a5a0f810?context=explore#! More information about the Docker container is here: https://github.com/Project-MONAI/MONAILabel#development-version Hope this helps, |
I have written up Project-MONAI/MONAI#7335 to encourage a newer version of |
@diazandr3s Is this still an issue? Is |
Hi @jamesobutler, This shouldn't be an issue anymore with the latest release. |
Thanks for the follow-up. @diazandr3s You can go ahead and mark this issue as completed to close it. |
Describe the bug
monailabel cannot be install in python 3.11. See also #1454.
Server logs
To Reproduce
Steps to reproduce the behavior:
pip install monailabel
Expected behavior
monailabel should work with python 3.11
Other solutions
Downgrading to python 3.10 works in some environments, but often the python version cannot be influenced and this is only a temporary solution.
The text was updated successfully, but these errors were encountered: