imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Cannot Install 0.9.0 with Python 3.11 Via Conda/Mamba #94

Closed John-P closed 1 year ago

John-P commented 1 year ago

Version 0.9.0 will not install via conda/mamba (conda-forge channel) and python 3.11 because the constraint on dicomweb-client are >=3.9, <3.10.a0. Previous versions work fine with Python 3.11.

erikogabrielsson commented 1 year ago

The issue is likely not with dicomweb-client as our runs go through (at least when the test images are cached). The feed stock for dicomweb-client does not look to be updated for 3.11 though. Maybe @sarthakpati knows how to fix that?

sarthakpati commented 1 year ago

The issue is likely not with dicomweb-client as our runs go through (at least when the test images are cached). The feed stock for dicomweb-client does not look to be updated for 3.11 though. Maybe @sarthakpati knows how to fix that?

Only way would be for the dicomweb-client maintainer to merge this change in, and only then have someone install wsidicom.

sarthakpati commented 1 year ago

The issue is likely not with dicomweb-client as our runs go through (at least when the test images are cached). The feed stock for dicomweb-client does not look to be updated for 3.11 though. Maybe @sarthakpati knows how to fix that?

Only way would be for the dicomweb-client maintainer to merge this change in, and only then have someone install wsidicom.

That PR is now merged. Perhaps it will work now?

John-P commented 1 year ago

All appears to be working for me now. Thanks!