The real error appears farther down in the log. src/pyscipopt/scip.c: In function '__Pyx_AddTraceback': src/pyscipopt/scip.c:463:62: error: dereferencing pointer to incomplete type 'PyFrameObject' {aka 'struct _frame'} 463 | #define __Pyx_PyFrame_SetLineNumber(frame, lineno) (frame)->f_lineno = (lineno) | ^~ src/pyscipopt/scip.c:176759:5: note: in expansion of macro '__Pyx_PyFrame_SetLineNumber' 176759 | __Pyx_PyFrame_SetLineNumber(py_frame, py_line); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
This error may be specific to using Python 3.11; not sure if we have tested that. On Saturday, February 4, 2023 at 2:55:08 AM UTC-8 axio...@yahoo.de wrote: > I built sage 9.8.rc0 from scratch, and then did ./sage -i pyscipopt, but > this failed. The log is attached. > > I get the same result with 9.8.beta7 (but I did not build it from scratch). > > The puzzle is that I believe I had SCIP already working. > > I do not understand the error message at all: > > error: Command "gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall > -Wno-unused -g -O2 -g -O2 -fPIC -I/home/martin/sage-trac/local/include > -I/home/martin/sage-trac/local/var/lib/sage/venv-python3.11.1/include/python3.11 > > -c src/pyscipopt/scip.c -o > build/temp.linux-x86_64-cpython-311/src/pyscipopt/scip.o" failed with exit > status 1 > > This is relatively urgent for me :-( > > Martin > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/97c4b43c-930b-4aa7-a5c0-83fa48270de3n%40googlegroups.com.