[sage-devel] Re: problem building pyscipopt

2023-02-05 Thread Matthias Koeppe
Build with python 3.10 from the system? On Sunday, February 5, 2023 at 9:50:31 AM UTC-8 axio...@yahoo.de wrote: > any idea what I could try? > > On Saturday, 4 February 2023 at 15:45:37 UTC+1 Matthias Koeppe wrote: > >> The real error appears farther down in the log. >> >>

[sage-devel] Re: problem building pyscipopt

2023-02-05 Thread 'Martin R' via sage-devel
any idea what I could try? On Saturday, 4 February 2023 at 15:45:37 UTC+1 Matthias Koeppe wrote: > 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

[sage-devel] Re: problem building pyscipopt

2023-02-04 Thread Matthias Koeppe
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)