Skip to content
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

Is there a version of cuCIM for (anaconda) Python on windows?[QST] #270

Closed
yliu88au opened this issue Apr 29, 2022 · 5 comments
Closed

Is there a version of cuCIM for (anaconda) Python on windows?[QST] #270

yliu88au opened this issue Apr 29, 2022 · 5 comments
Labels
question Further information is requested

Comments

@yliu88au
Copy link

What is your question?

@yliu88au yliu88au added the question Further information is requested label Apr 29, 2022
@yliu88au
Copy link
Author

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.

@yliu88au yliu88au changed the title Is there a version of cuCIM for (anaconda) Python on windows? I have followed the installation instruction and installed cuCIM on Python/Ubuntu system. but fail to find one for python/windows.[QST] Is there a version of cuCIM for (anaconda) Python on windows?[QST] Apr 29, 2022
@grlee77
Copy link
Contributor

grlee77 commented Apr 29, 2022

Please see #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.

@yliu88au
Copy link
Author

yliu88au commented May 2, 2022

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.

@gigony
Copy link
Contributor

gigony commented Nov 28, 2023

Closing this. Windows support-relased questions are discussed in #454 (comment)

@gigony
Copy link
Contributor

gigony commented Oct 27, 2024

Need egg=cucim-cu12 instead of egg=cucim now:

pip install -e "git+https://github.com/rapidsai/[email protected]#egg=cucim-cu12&subdirectory=python/cucim" scipy scikit-image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Done
Development

No branches or pull requests

3 participants