DigitalSlideArchive / HistomicsTK

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

problem while importing grammar-check package in python #673

Closed ghost closed 5 years ago

ghost commented 5 years ago

C:\Users\Vishal>pip install --user --upgrade grammar-check Collecting grammar-check ERROR: Could not find a version that satisfies the requirement grammar-check (from versions: none) ERROR: No matching distribution found for grammar-check

This is the error i get while importing the package. All prerequisites are satisfied.

manthey commented 5 years ago

This seems to be a known bug in grammar-check: https://github.com/viraja1/grammar-check/issues/7

This doesn't seem to have anything to do directly with HistomicsTK, so closing this issue.