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