cucim icon indicating copy to clipboard operation
cucim copied to clipboard

[FEA] Add `python/skimage` to a `conda` channel (or `pypi`)

Open JoOkuma opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

We started working on a dispatch backend for skimage, scikit-image/scikit-image#7466. And Windows users have issues installing cucim.skimage submodule, related #454

Describe the solution you'd like

Installing just the python/skimage subdirectory already works on Windows. So adding a Windows-compatible cucim.skimage package on a conda channel (or pypi) should not require a lot work.

Describe alternatives you've considered

Make the whole cucim library Windows compatible, but it would take more work than just shipping cucim.skimage.

Additional context

Discussed at the Scipy 2024 conference with @vyasr and @jakirkham

JoOkuma avatar Jul 14 '24 17:07 JoOkuma

Thanks @JoOkuma, this has also come up a few times in the past and the scikit-image dispatch backend work would be a good reason to revisit this.

I am personally +1 on figuring out a way to distribute a Windows package including cucim.skimage and cucim.core (omitting only the cucim.clara I/O module that depends on the linux-only C++ build).

grlee77 avatar Jul 23 '24 09:07 grlee77