我知道关于'gcc失败退出状态1'帖子的许多不同问题。然而,遗憾的是,我已经在我阅读的大部分帖子中尝试了所有解决方案,但收效甚微。
所以,虽然我知道这是一个很长的镜头,但我想知道是否有人可能会注意到这个堆栈跟踪中的某些内容,或者对此问题有任何不同的想法。
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/chase/anaconda3/include/python3.6m -c src/re2.cpp -o build/temp.linux-x86_64-3.6/src/re2.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
src/re2.cpp:201:29: fatal error: re2/stringpiece.h: No such file or directory
#include "re2/stringpiece.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/home/chase/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-auz1u37m/re2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-nlt6yjcc-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-auz1u37m/re2/