DIAGNijmegen / pathology-whole-slide-data

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
https://diagnijmegen.github.io/pathology-whole-slide-data/
Apache License 2.0
86 stars 24 forks source link

from wholeslidedata.source.configuration.config import insert_paths_into_config #40

Closed ZhangRan24 closed 10 months ago

ZhangRan24 commented 10 months ago

from wholeslidedata.source.configuration.config import insert_paths_into_config ModuleNotFoundError: No module named 'wholeslidedata.source'

I can't find the insert_paths_into_config, I really hope to receive a reply. Thank you

martvanrijthoven commented 10 months ago

Dear ZhangRan24,

Thank you for this issue! Could you please let me know how you installed wholeslidedata and where you have found the import line?

Best wishes, Mart

martvanrijthoven commented 10 months ago

The insert_paths_into_config function is depreciated but if you still need it, please consider to install wholeslidedata==0.0.16

If you still run into problems, please let know.

Best wishes