List index out of range when I try to import a dataset 'timit' or 'vctk'

Hi, guys! Whenever I try to import a dataset using scripts in DeepSpeech/bin I get this:

Traceback (most recent call last):
  File "bin/import_vctk.py", line 204, in <module>
    _download_and_preprocess_data(sys.argv[1])
IndexError: list index out of range

How can we overcome this?

What command line did you use ?

I am using Google Colab
My command

!python3 bin/import_vctk.py

So you are not passing any argument. Please read the help of those scripts to know how they work …

Thank you. I will read them again