DigitalSlideArchive / HistomicsTK

A Python toolkit for pathology image analysis algorithms.
https://digitalslidearchive.github.io/HistomicsTK/
Apache License 2.0
393 stars 117 forks source link

After Windows 10 installs your github tutorial successfully, an import error occurs #961

Closed 464hee closed 1 year ago

464hee commented 1 year ago

Traceback (most recent call last): File "C:\Users\Administrator\Desktop\seg_pred\1.py", line 1, in import histomicstk File "C:\Users\Administrator\HistomicsTK\histomicstk__init.py", line 2, in from . import segmentation # must be imported before features File "C:\Users\Administrator\HistomicsTK\histomicstk\segmentation__init__.py", line 11, in from . import label, level_set, nuclear, positive_pixel_count File "C:\Users\Administrator\HistomicsTK\histomicstk\segmentation\label\init__.py", line 18, in from .trace_object_boundaries import trace_object_boundaries File "C:\Users\Administrator\HistomicsTK\histomicstk\segmentation\label\trace_object_boundaries.py", line 3, in from ._trace_object_boundaries_cython import _trace_object_boundaries_cython ModuleNotFoundError: No module named 'histomicstk.segmentation.label._trace_object_boundaries_cython'

464hee commented 1 year ago

Install the tutorial to perform git clone, so I should use the latest version

manthey commented 1 year ago

Which tutorial are you following?

abehzadnia commented 1 year ago

In case you haven't gotten it to work - I spent the whole day banging my head trying to figure out whats going on in windows 11. See my post #973 for how I got to work :) - in windows 10 make sure you tick windows 10 sdk

464hee commented 1 year ago

In case you haven't gotten it to work - I spent the whole day banging my head trying to figure out whats going on in windows 11. See my post #973 for how I got to work :) - in windows 10 make sure you tick windows 10 sdk

Thank you for your work, I will try again