when i run in google colab !python /content/voxpopuli/voxpopuli/download_audios.py --subset asr in google colab , it gives me the following error :
raceback (most recent call last):
File "/content/voxpopuli/voxpopuli/download_audios.py", line 13, in
from voxpopuli import LANGUAGES, LANGUAGES_V2, YEARS, DOWNLOAD_BASE_URL
ImportError: cannot import name 'LANGUAGES' from 'voxpopuli' (/usr/local/lib/python3.7/dist-packages/voxpopuli/init.py)
when i run in google colab !python /content/voxpopuli/voxpopuli/download_audios.py --subset asr in google colab , it gives me the following error : raceback (most recent call last): File "/content/voxpopuli/voxpopuli/download_audios.py", line 13, in
from voxpopuli import LANGUAGES, LANGUAGES_V2, YEARS, DOWNLOAD_BASE_URL
ImportError: cannot import name 'LANGUAGES' from 'voxpopuli' (/usr/local/lib/python3.7/dist-packages/voxpopuli/init.py)