I am unable to install ds_ctcdecoder in my system using the command pip3 install $(python3 util/taskcluster.py --target ./ds_ctc)
i am getting the following statement as output…
Defaulting to user installation because normal site-packages is not writeable
ERROR: Invalid requirement: ‘…’
and when i run just partial command python3 util/taskcluster.py --target ./ds_ctcdecode
Please help me how to proceed further and also how to get the .whl file to install ds_ctcdecoder
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
None of your commands are expected to install this package. Please read the documentation and provide useful context. There’s nothing we can do here, you don’t share any errors, you don’t share your system’s informations.
the below command give the following error. pip3 install $(python3 util/taskcluster.py --decoder)
usage: taskcluster.py [-h] [–target TARGET] [–arch ARCH]
[–artifact ARTIFACT] [–source SOURCE]
[–branch BRANCH]
taskcluster.py: error: unrecognized arguments: --decoder
Defaulting to user installation because normal site-packages is not writeable
ERROR: You must give at least one requirement to install (see “pip help install”)
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
5
Training package is not installed. See training documentation.
Traceback (most recent call last):
File "DeepSpeech.py", line 7, in <module>
from deepspeech_training import train as ds_train
File "/mnt/d/../deepspeech_training/train.py", line 29, in <module>
from ds_ctcdecoder import ctc_beam_search_decoder, Scorer
ImportError: cannot import name 'ctc_beam_search_decoder'
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
10
Have you ? Obviously, something went wrong. As you may not know, I’m not able to read in your mind, nor on your screen. So if you don’t share us install steps that you are supposed to have followed, and their outcome, how can you expect we can help you?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
12
That’s not helping here: the error you have proves something during those steps has not been done properly. Or that your context is different from our assumptions.
Since you refuse to share any informations, I can’t help you anymore.
To clarify, you have to share the list of commands and the complete log (console output) of every command you ran, from cloning the repository, creating the virtualenv and following the steps on the documentation, if you want us to have any chance to help you.