datasets
datasets copied to clipboard
bug: ModuleNotFoundError: No module named 'webvtt' when importing using README instructions
trafficstars
When I (1) pip install sign-language-datasets and (2) try to import in the same way as in the README directs, I get this:
Colab notebook to replicate. https://colab.research.google.com/drive/1mjDk1O_1chLzbRKpvRNy4-K-wuHdUJi5?usp=sharing
Potential fixes:
- add
webvtt-pyto https://github.com/sign-language-processing/datasets/blob/master/setup.py and https://github.com/sign-language-processing/datasets/blob/master/requirements.txt - somehow rework to not require it
Updated Colab Notebook to be public access, whoops
The problem is that the version we have on PyPi and the one in the repository are out of sync, and I didn't keep pushing to pypi (and I always install from source).
In the current code, we have this: