cucim
cucim copied to clipboard
Is there a version of cuCIM for (anaconda) Python on windows?[QST]
What is your question?
I have followed the installation instruction and installed cuCIM on (anaconda) Python/Ubuntu system, but fail to find any way to install cuCim for (anaconda) Python/Windows.
Please see https://github.com/rapidsai/cucim/issues/86 for some prior discussion of this. If you need only the cucim.skimage
component, there is a description of an unofficial way to install that from source as a pure Python package here. Otherwise, I think using Windows Subsystem for Linux (WSL) is the only way it can currently be done.
Thank you very much for your help. Indeed, I am currently only interested in cucim.skimage
component. I have followed the instruction in #86 and installed current version of the pure Python bits by:
pip install -e "git+https://github.com/rapidsai/[email protected]#egg=cucim&subdirectory=python/cucim" scipy scikit-image
It seems working.
Closing this. Windows support-relased questions are discussed in https://github.com/rapidsai/cucim/issues/454#issuecomment-1331244039