尝试安装fasttext的时候,输入make命令后报错
c++ -pthread -std=c++11 -march=native -O3 -funroll-loops -DNDEBUG -c src/args.cc make: c++: Command not found make: *** [Makefile:30: args.o] Error 127
运行以下命令解决:
sudo apt-get install build-essential

尝试安装fasttext的时候,输入make命令后报错
c++ -pthread -std=c++11 -march=native -O3 -funroll-loops -DNDEBUG -c src/args.cc make: c++: Command not found make: *** [Makefile:30: args.o] Error 127
运行以下命令解决:
sudo apt-get install build-essential