-
Installing from source gives this error:
```
ERROR: Could not find a version that satisfies the requirement mapnik (from large-image-source-mapnik; extra == "sources"->large-image[sources]->histomic…
-
Ubuntu 16.04, reading [doc](https://digitalslidearchive.github.io/HistomicsTK/installation.html#prerequisites)
I try to install with docker but when it starts, localhost:8080 shows `connection was …
-
I was trying to use the clog method in shape filters and ran into this problem.
```
TypeError Traceback (most recent call last)
~\Anaconda3\envs\random\lib\site-pack…
-
Hi, I this module is great. I’d like to use this further for research but could you work on so that I could install histomicstk from anaconda?
-
HistomicsTK has been used throughout the UI, code, and filenames for DSA functionality. Should be changed to DSA.
-
This is a minor issue but just thought I'd mention. There is currently no link to go back to DSA landing page from HistomicsTK. Ideally, there would be one.
-
When trying to import histomicstk after pip install (pip install histomicstk) in a conda environment with numpy already installed it cause the errors below.
```
Traceback (most recent call last):
…
-
This code is returning an error:
```python
W_target = dask.array.from_array([
[0.5807549, 0.08314027, 0.08213795],
[0.71681094, 0.90081588, 0.41999816],
[0.38588316, 0.42616716,…
-
I have my histopathology images stored locally and I would like to perform the color normalization as described in [this tutorial](https://digitalslidearchive.github.io/HistomicsTK/examples/color-norm…
-
I developed a system to produce a cancer probability heatmap for tissue slides. Firstly, I extract and analyse patches from the tissue slide. Then by using a model, I assign a probability and a colour…