shoegazerstella / DeepSpeech_CPU_py37

A CPU version of DeepSpeech for python 3.7 🗣️📝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker building error.

zhixun-luy opened this issue · comments

openfst-1.6.3/src/include/fst/string.h:107:55: note: declared here
enum OPENFST_DEPRECATED("Use fst::StringTokenType") TokenType {
^~~~~~~~~
openfst-1.6.3/src/include/fst/string.h:207:59: warning: ‘TokenType’ is deprecated: Use fst::StringTokenType [-Wdeprecated-declarations]
const SymbolTable *syms = nullptr)
^
openfst-1.6.3/src/include/fst/string.h:199:55: note: declared here
enum OPENFST_DEPRECATED("Use fst::StringTokenType") TokenType {
^~~~~~~~~
error: command 'gcc' failed with exit status 1

Any help for this issue?

Hi,
It seems there's something wrong with this script: setup.sh when trying to clone kenlm.
Unfortunately at the moment I don't have much time for fixing it, but if you'd like to try here's something you could do: even if the error occurs, I was still able to complete the build and run the image. Then inside the image one could try to execute all those commands manually to see at which point it breaks.
Another thing that could be nice to improve could be to avoid re-cloning other repos every time.