问题由来:楼主最近想跑一跑EAST算法的实验,github上面download了一个pytorch的项目,然而需要安装lanms包,于是在我的docker-pytorch自带的ubuntu16.04系统上运行
pip install lanms==1.0.2
结果出Error:
make: Entering directory '/root/File/fsy_SceneTextRec/lanms-1.0.2'
g++ -o lanms/adaptor.so -I include -std=c++11 -O3 -I/opt/conda/include/python3.6m -I/opt/conda/include/python3.6m -Wno-unused-result -Wsign-compare -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O3 -pipe -fdebug-prefix-map==/usr/local/src/conda/- -fdebug-prefix-map==/usr/local/src/conda-prefix -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -flto -DNDEBUG -fwrapv -O3 -Wall -L/opt/conda/lib/python3.6/config-3.6m-x86_64-linux-gnu -L/opt/conda/lib -lpython3.6m -lpthread -ldl -lutil -lrt -lm -Xlinker -export-dynamic adaptor.cpp include/clipper/clipper.cpp --shared -fPIC
g++: error: unrecognized command line option '-fno-plt'