Replies: 1 comment
-
Hi @dorzafar, MONAI Label offers support on Windows and Linux. MACOS isn't supported: https://github.com/Project-MONAI/MONAILabel?tab=readme-ov-file#current-stable-version You could install and start the MONAI Label server on a Windows or Linux machine and then connect to it using Slicer on MACOS. Hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install the dependecies and I got this message -
pip install --extra-index-url https://pypi.nvidia.com cucim-cu12
Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com
Collecting cucim-cu12
Using cached cucim_cu12-24.6.0.tar.gz (3.2 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [56 lines of output]
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp310-cp310-manylinux_2_28_aarch64.whl against tag cp310-cp310-manylinux_2_28_aarch64
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp310-cp310-manylinux_2_28_x86_64.whl against tag cp310-cp310-manylinux_2_28_x86_64
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp311-cp311-manylinux_2_28_aarch64.whl against tag cp311-cp311-manylinux_2_28_aarch64
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp311-cp311-manylinux_2_28_x86_64.whl against tag cp311-cp311-manylinux_2_28_x86_64
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp39-cp39-manylinux_2_28_aarch64.whl against tag cp39-cp39-manylinux_2_28_aarch64
INFO:nvidia-stub:Testing wheel cucim_cu12-24.6.0-cp39-cp39-manylinux_2_28_x86_64.whl against tag cp39-cp39-manylinux_2_28_x86_64
File "/private/var/folders/p1/c5j1zm2n1mq79535gjbrvkww0000gn/T/pip-build-env-nuat3fd1/overlay/lib/python3.9/site-packages/nvidia_stub/wheel.py", line 177, in download_wheel
return download_manual(wheel_directory, distribution, version)
File "/private/var/folders/p1/c5j1zm2n1mq79535gjbrvkww0000gn/T/pip-build-env-nuat3fd1/overlay/lib/python3.9/site-packages/nvidia_stub/wheel.py", line 144, in download_manual
raise RuntimeError(f"Didn't find wheel for {distribution} {version}")
Traceback (most recent call last):
File "/private/var/folders/p1/c5j1zm2n1mq79535gjbrvkww0000gn/T/pip-build-env-nuat3fd1/overlay/lib/python3.9/site-packages/nvidia_stub/wheel.py", line 177, in download_wheel
return download_manual(wheel_directory, distribution, version)
File "/private/var/folders/p1/c5j1zm2n1mq79535gjbrvkww0000gn/T/pip-build-env-nuat3fd1/overlay/lib/python3.9/site-packages/nvidia_stub/wheel.py", line 144, in download_manual
raise RuntimeError(f"Didn't find wheel for {distribution} {version}")
RuntimeError: Didn't find wheel for cucim-cu12 24.6.0
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
How do I fix this?
Beta Was this translation helpful? Give feedback.
All reactions