mechaphish / setup

BSD 2-Clause "Simplified" License
19 stars 14 forks source link

need some help when building #9

Open xsbymz opened 4 years ago

xsbymz commented 4 years ago

when building peewee

playhouse/_speedups.c:11608:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 11608 | tstate->exc_traceback = *tb; | ^~~~~ | curexc_traceback error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ERROR: Command errored out with exit status 1: /root/.virtualenvs/angr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/angr/angr-dev/peewee/setup.py'"'"'; file='"'"'/home/angr/angr-dev/peewee/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.