When I am running the pip3 install --upgrade --force-reinstall -e . command
I am getting the error ERROR: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
Is it because of some missing dependency ? i have installed Python 3.6.10 version
(ProjEnv) C:\Users\HP\Downloads\DeepSpeech>pip3 install --upgrade --force-reinstall -e .
Obtaining file:///C:/Users/HP/Downloads/DeepSpeech
ERROR: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
I don’t see a URL here. Use -v please.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
7
(ProjEnv) C:\Users\HP\Downloads\DeepSpeech>pip3 install --upgrade --force-reinstall -e . -v
Non-user install because site-packages writeable
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-ephem-wheel-cache-j9mtnw72
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-m1y26nic
Initialized build tracking at C:\Users\HP\AppData\Local\Temp\pip-req-tracker-m1y26nic
Created build tracker: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-m1y26nic
Entered build tracker: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-m1y26nic
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-install-axsf3ckc
Obtaining file:///C:/Users/HP/Downloads/DeepSpeech
Added file:///C:/Users/HP/Downloads/DeepSpeech to build tracker 'C:\\Users\\HP\\AppData\\Local\\Temp\\pip-req-tracker-m1y26nic'
Running setup.py (path:C:\Users\HP\Downloads\DeepSpeech\setup.py) egg_info for package from file:///C:/Users/HP/Downloads/DeepSpeech
Running command python setup.py egg_info
running egg_info
writing training\deepspeech_training.egg-info\PKG-INFO
writing dependency_links to training\deepspeech_training.egg-info\dependency_links.txt
writing requirements to training\deepspeech_training.egg-info\requires.txt
writing top-level names to training\deepspeech_training.egg-info\top_level.txt
reading manifest file 'training\deepspeech_training.egg-info\SOURCES.txt'
writing manifest file 'training\deepspeech_training.egg-info\SOURCES.txt'
Source in c:\users\hp\downloads\deepspeech has version 0.7.1, which satisfies requirement deepspeech-training==0.7.1 from file:///C:/Users/HP/Downloads/DeepSpeech
Removed deepspeech-training==0.7.1 from file:///C:/Users/HP/Downloads/DeepSpeech from build tracker 'C:\\Users\\HP\\AppData\\Local\\Temp\\pip-req-tracker-m1y26nic'
Cleaning up...
Removed build tracker: 'C:\\Users\\HP\\AppData\\Local\\Temp\\pip-req-tracker-m1y26nic'
ERROR: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\cli\base_command.py", line 186, in _main
status = self.run(options, args)
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\commands\install.py", line 331, in run
resolver.resolve(requirement_set)
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\legacy_resolve.py", line 177, in resolve
discovered_reqs.extend(self._resolve_one(requirement_set, req))
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\legacy_resolve.py", line 394, in _resolve_one
add_req(subreq, extras_requested=available_requested)
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\legacy_resolve.py", line 355, in add_req
extras_requested=extras_requested,
File "c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\req\req_set.py", line 112, in add_requirement
wheel.filename
pip._internal.exceptions.InstallationError: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
13
There’s nothing useful here. Can you try -vbefore-e ?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
14
Especially you have AMD64 when I see amd64 in our URLs.
(ProjEnv) C:\Users\HP\Downloads\DeepSpeech>pip3 install --upgrade --force-reinstall -v -e .
Non-user install because site-packages writeable
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-ephem-wheel-cache-ky8kl615
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7
Initialized build tracking at C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7
Created build tracker: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7
Entered build tracker: C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7
Created temporary directory: C:\Users\HP\AppData\Local\Temp\pip-install-dhup5qzx
Obtaining file:///C:/Users/HP/Downloads/DeepSpeech
Added file:///C:/Users/HP/Downloads/DeepSpeech to build tracker ‘C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7’
Running setup.py (path:C:\Users\HP\Downloads\DeepSpeech\setup.py) egg_info for package from file:///C:/Users/HP/Downloads/DeepSpeech
Running command python setup.py egg_info
running egg_info
writing training\deepspeech_training.egg-info\PKG-INFO
writing dependency_links to training\deepspeech_training.egg-info\dependency_links.txt
writing requirements to training\deepspeech_training.egg-info\requires.txt
writing top-level names to training\deepspeech_training.egg-info\top_level.txt
reading manifest file ‘training\deepspeech_training.egg-info\SOURCES.txt’
writing manifest file ‘training\deepspeech_training.egg-info\SOURCES.txt’
Source in c:\users\hp\downloads\deepspeech has version 0.7.1, which satisfies requirement deepspeech-training==0.7.1 from file:///C:/Users/HP/Downloads/DeepSpeech
Removed deepspeech-training==0.7.1 from file:///C:/Users/HP/Downloads/DeepSpeech from build tracker ‘C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7’
Cleaning up…
Removed build tracker: ‘C:\Users\HP\AppData\Local\Temp\pip-req-tracker-rlt1hce7’
ERROR: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\cli\base_command.py”, line 186, in _main
status = self.run(options, args)
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\commands\install.py”, line 331, in run
resolver.resolve(requirement_set)
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\legacy_resolve.py”, line 177, in resolve
discovered_reqs.extend(self._resolve_one(requirement_set, req))
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\legacy_resolve.py”, line 394, in _resolve_one
add_req(subreq, extras_requested=available_requested)
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\legacy_resolve.py”, line 355, in add_req
extras_requested=extras_requested,
File “c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pip_internal\req\req_set.py”, line 112, in add_requirement
wheel.filename
pip._internal.exceptions.InstallationError: ds_ctcdecoder-0.7.1-cp37-cp37m-windows_AMD64.whl is not a supported wheel on this platform.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
16
change setup.py and add print("decoder_pkg_url={}".format(decoder_pkg_url)) after decoder_pkg_url = get_decoder_pkg_url(version), rerun.