Fasttext: Cannot install fastText because of reporting "Unsupported compiler -- at least C++0x support is needed!"

Created on 25 Dec 2017  路  1Comment  路  Source: facebookresearch/fastText

GCC is 4.8 and supports c++11 on computer, but i can't install fastText by execution "python setup.py install". I'm very confused about it, so who can help me to solve it?
fasttext-error

Most helpful comment

I have solved it! I think that the latest gcc should contain a latest g++, but it's not true. So I success to compile it after executing "yum install gcc-g++".

>All comments

I have solved it! I think that the latest gcc should contain a latest g++, but it's not true. So I success to compile it after executing "yum install gcc-g++".

Was this page helpful?
0 / 5 - 0 ratings