deepspeech-german
deepspeech-german copied to clipboard
ModuleNotFoundError: No module named 'down'
When I follow all the steps in the READMe and get to python pre-processing/download_speech_corpus.py --tuda --cv --swc --voxforge --mailabs I get this error:
Traceback (most recent call last):
File "pre-processing/download_speech_corpus.py", line 6, in <module>
import audiomate.corpus.io
File "/deepspeech-german/python-environments/lib/python3.7/site-packages/audiomate/corpus/io/__init__.py", line 7, in <module>
from .downloader import ArchiveDownloader
File "/deepspeech-german/python-environments/lib/python3.7/site-packages/audiomate/corpus/io/downloader.py", line 7, in <module>
from audiomate.utils import download
File "/deepspeech-german/python-environments/lib/python3.7/site-packages/audiomate/utils/download.py", line 11, in <module>
from pget.down import Downloader
File "/deepspeech-german/python-environments/lib/python3.7/site-packages/pget/__init__.py", line 1, in <module>
from down import Downloader
ModuleNotFoundError: No module named 'down'
I have the same issue
I am too can you help @AASHISHAG ?
this is my solution:
- cd .. python-environments/lib/python3.7/site-packages
- rm -vrf pget
- git clone https://github.com/halilozercan/pget
- cd pget
- python setup.py install that works for me! Linux + Mac