datasets icon indicating copy to clipboard operation
datasets copied to clipboard

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

Open cleong110 opened this issue 1 year ago • 2 comments
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:

image

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

Potential fixes:

  • add webvtt-py to 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

cleong110 avatar Mar 26 '24 17:03 cleong110

Updated Colab Notebook to be public access, whoops

cleong110 avatar Mar 26 '24 17:03 cleong110

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

AmitMY avatar Mar 28 '24 11:03 AmitMY