<div>Yes, I agree with Michael.</div><div> I think this is SCIP issue, the header file symmetry/type_symmetry.h was not included by</div><div>"make install" in SCIP.</div><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "michael.winkler"<michael.winkler@zib.de>;</div><div><b>Date: </b> Thu, Jul 5, 2018 06:00 PM</div><div><b>To: </b> "Gregor Hendel"<hendel@zib.de>;<wbr></div><div><b>Cc: </b> "scip"<scip@zib.de>; <wbr></div><div><b>Subject: </b> Re: [SCIP] Setup PyScipOpt failed</div></div><div><br></div>Hi,<br><br>could it be that this is due the wrong include which should be in ""<br>instead of <> (#include "symmetry/type_symmetry.h" in<br>symmetry/type_symmetry.h). Maybe the SCIP group can fix this.<br><br>Michael<br><br>> Hello SCIP user,<br>><br>> I think that you used the classical Makefile system of SCIP for<br>> installation, and discovered its only flaw.<br>> As far as I know, the Python interface is only compatible with the<br>> libraries and installation that CMake produces. Please try again using<br>> CMake.<br>><br>> Good luck,<br>> Gregor<br>><br>> Am 05.07.2018 um 08:45 schrieb cuiyouzhi0000:<br>>> Hello SCIP experts,<br>>><br>>> I got below error when I build PyScipOpt on my machine after I built and<br>>> installed scip 6.0. Could I ask for help? Thanks a lot.<br>>><br>>> python setup.py install --debug<br>>> running install<br>>> running bdist_egg<br>>> running egg_info<br>>> writing PySCIPOpt.egg-info/PKG-INFO<br>>> writing dependency_links to PySCIPOpt.egg-info/dependency_links.txt<br>>> writing top-level names to PySCIPOpt.egg-info/top_level.txt<br>>> reading manifest file 'PySCIPOpt.egg-info/SOURCES.txt'<br>>> writing manifest file 'PySCIPOpt.egg-info/SOURCES.txt'<br>>> installing library code to build/bdist.macosx-10.7-x86_64/egg<br>>> running install_lib<br>>> running build_py<br>>> running build_ext<br>>> building 'pyscipopt.scip' extension<br>>> gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g<br>>> -fwrapv -O3 -Wall -Wstrict-prototypes<br>>> -I/Users/cuiyouzhi/anaconda3/include -arch x86_64<br>>> -I/Users/cuiyouzhi/anaconda3/include -arch x86_64<br>>> -I/Users/cuiyouzhi/scipoptsuite-6.0.0/scip/include<br>>> -I/Users/cuiyouzhi/anaconda3/include/python3.6m -c src/pyscipopt/scip.c<br>>> -o build/temp.macosx-10.7-x86_64-3.6/src/pyscipopt/scip.o -UNDEBUG<br>>> In file included from src/pyscipopt/scip.c:550:<br>>> In file included from /usr/local/include/scip/scipdefplugins.h:159:<br>>> /usr/local/include/scip/presol_symmetry.h:34:10: fatal error:<br>>> 'symmetry/type_symmetry.h' file not found<br>>> #include <symmetry/type_symmetry.h><br>>>        ^~~~~~~~~~~~~~~~~~~~~~~~~~<br>>> 1 error generated.<br>>> error: command 'gcc' failed with exit status 1<br>>><br>>> _______________________________________________<br>>> Scip mailing list<br>>> Scip@zib.de<br>>> https://listserv.zib.de/mailman/listinfo/scip<br>><br>> _______________________________________________<br>> Scip mailing list<br>> Scip@zib.de<br>> https://listserv.zib.de/mailman/listinfo/scip<br>><br><br><br>_______________________________________________<br>Scip mailing list<br>Scip@zib.de<br>https://listserv.zib.de/mailman/listinfo/scip<br></div>