Код: Выделить всё
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import deepspeech
2
3 # Path to the pre-trained model files
4 model_path = "/content/deepspeech-0.9.3-models.pbmm"
5 scorer_path = "/content/deepspeech-0.9.3-models.scorer" # Optional, for improved performance
ModuleNotFoundError: No module named 'deepspeech'
Код: Выделить всё
ERROR: Could not find a version that satisfies the requirement deepspeech==0.9.3 (from versions: none)
ERROR: No matching distribution found for deepspeech==0.9.3
Код: Выделить всё
Collecting absl-py==0.9.0
Downloading absl-py-0.9.0.tar.gz (104 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 3.3 MB/s eta 0:00:00
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
Подробнее здесь: https://stackoverflow.com/questions/775 ... -not-found
Мобильная версия