sign-language-processing / datasets

TFDS data loaders for sign language datasets.
https://sign-language-processing.github.io/#existing-datasets
82 stars 27 forks source link

bug: ModuleNotFoundError: No module named 'webvtt' when importing using README instructions #65

Open cleong110 opened 7 months ago

cleong110 commented 7 months ago

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:

image

Colab notebook to replicate. https://colab.research.google.com/drive/1mjDk1O_1chLzbRKpvRNy4-K-wuHdUJi5?usp=sharing

Potential fixes:

cleong110 commented 7 months ago

Updated Colab Notebook to be public access, whoops

AmitMY commented 7 months ago

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:

image