Britefury / django-labeller

An image labelling tool for creating segmentation data sets, for Django and Flask.
MIT License
140 stars 40 forks source link

ModuleNotFoundError: No module named 'deprecated' #14

Open jessecanada opened 3 years ago

jessecanada commented 3 years ago

Might be missing a python file?

Britefury commented 3 years ago

The deprecated library is required, as listed in requirements.txt.

Install it like so:

> pip install deprecated