Hello, so I tried following this tutorial on setting up and fine tunning a DeepSpeech model on Colabs. OS is Linux-based.
After running:
!pip3 install /content/DeepSpeech/ds_ctcdecoder-0.7.4-cp36-cp36m-manylinux1_x86_64.whl --verbose
I get the following:
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-4yyhi2ib
Created temporary directory: /tmp/pip-req-tracker-vcovh8fm
Initialized build tracking at /tmp/pip-req-tracker-vcovh8fm
Created build tracker: /tmp/pip-req-tracker-vcovh8fm
Entered build tracker: /tmp/pip-req-tracker-vcovh8fm
Created temporary directory: /tmp/pip-install-gu9go_9l
Cleaning up…
Removed build tracker: ‘/tmp/pip-req-tracker-vcovh8fm’
ERROR: ds_ctcdecoder-0.7.4-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py”, line 186, in _main
status = self.run(options, args)
File “/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/install.py”, line 301, in run
wheel_cache
File “/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py”, line 252, in populate_requirement_set
requirement_set.add_requirement(req_to_add)
File “/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_set.py”, line 112, in add_requirement
wheel.filename
pip._internal.exceptions.InstallationError: ds_ctcdecoder-0.7.4-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
The version of DeepSpeech used is from “git clone --branch v0.7.4 https://github.com/mozilla/DeepSpeech”. Feedback on this would be very much appreciated
Samuel.