ctcdecode icon indicating copy to clipboard operation
ctcdecode copied to clipboard

'x86_64-linux-gnu-gcc' failed with exit status 1

Open songjd opened this issue 4 years ago • 2 comments

Using Python 3.5.2 / ubuntu 16.04 / torch 0.4.0 / cudu 9.0

Tried: pip3 install .

Got error:

/tmp/pip-req-build-221rgb6t/third_party/openfst-1.6.7/src/include/fst/arc-map.h:881:8: note: ‘weight.fst::FloatWeightTpl<float>::value_’ was declared here
         AW weight;
            ^
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

songjd avatar Aug 26 '20 03:08 songjd

I solved it .

torch 1.1.0

songjd avatar Aug 28 '20 01:08 songjd

I have also encountered this problem and would like to ask what is your thought process?

TowerYsable avatar Dec 21 '21 03:12 TowerYsable