Building wheels for collected packages: cylp Building wheel for cylp (setup.py) ... error ERROR: Command errored out with exit status 1: command: /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ip86qx4o cwd: /tmp/pip-req-build-u9h5u28m/ Complete output (232 lines): /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/setuptools/dist.py:487: UserWarning: Normalizing '0.7.4 ' to '0.7.4' warnings.warn(tmpl.format(**locals())) running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/cylp copying cylp/__init__.py -> build/lib.linux-x86_64-3.8/cylp creating build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/CySolve.py -> build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/createCythonInterface.py -> build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/__init__.py -> build/lib.linux-x86_64-3.8/cylp/cy creating build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/Constants.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/PySolve.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/test_PySolve.py -> build/lib.linux-x86_64-3.8/cylp/py creating build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DantzigPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DualDantzigPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DualPivotPythonBase.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/LIFOPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/MostFrequentPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PivotPythonBase.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PositiveEdgePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PositiveEdgeWolfePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/WolfePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/WolfePivotPE.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots creating build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/test_modeling.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/CyLPModel.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling creating build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/readSetcovering.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/sparseUtil.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/util.py -> build/lib.linux-x86_64-3.8/cylp/py/utils creating build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/CyLPCutGenerator.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/NodeCompareBase.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/SimpleNodeCompare.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/GomoryCutGenerator.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/mip creating build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QPSReader.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/GQP.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QP.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QPGen.py -> build/lib.linux-x86_64-3.8/cylp/py/QP creating build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CbcCompareUser.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbc.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcModel.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcNode.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICglCutGeneratorBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpDualRowPivotBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPackedMatrix.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivot.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivotBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal_Wolfe.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMP.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMpsIO.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinPackedMatrix.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IOsiCuts.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplex.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinIndexedVector.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CbcCompareUser.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbc.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcModel.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcNode.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPackedMatrix.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplex.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal_Wolfe.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinIndexedVector.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMP.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinModel.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMpsIO.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinPackedMatrix.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IOsiCuts.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CyClpSimplex_api.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICglCutGeneratorBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpDualRowPivotBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivot.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivotBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/VERSION -> build/lib.linux-x86_64-3.8/cylp running build_ext building 'cylp.cy.CyClpPrimalColumnPivotBase' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/cylp creating build/temp.linux-x86_64-3.8/cylp/cpp creating build/temp.linux-x86_64-3.8/cylp/cy /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IClpPrimalColumnPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IClpPrimalColumnPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyClpPrimalColumnPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IClpPrimalColumnPivotBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyClpDualRowPivotBase' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IClpDualRowPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IClpDualRowPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyClpDualRowPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IClpDualRowPivotBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCglCutGeneratorBase' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICglCutGeneratorBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICglCutGeneratorBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCglCutGeneratorBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICglCutGeneratorBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyOsiCuts' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IOsiCuts.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IOsiCuts.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyOsiCuts.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiCuts.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IOsiCuts.o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiCuts.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyOsiCuts.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyOsiSolverInterface' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyOsiSolverInterface.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCglTreeInfo' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCglTreeInfo.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinIndexedVector' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinIndexedVector.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinIndexedVector.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinIndexedVector.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinIndexedVector.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinPackedMatrix' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinPackedMatrix.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinPackedMatrix.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinPackedMatrix.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinPackedMatrix.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinModel' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCoinModel.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinModel.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinMpsIO' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinMpsIO.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinMpsIO.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinMpsIO.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinMpsIO.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCgl' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCgl.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCgl.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCgl.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCgl.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCbcNode' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcNode.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCbcNode.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCbcModel' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/CbcCompareUser.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/CbcCompareUser.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCbcModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ cylp/cy/CyCbcModel.cpp: In function 'void __Pyx_ExceptionSave(PyObject**, PyObject**, PyObject**)': cylp/cy/CyCbcModel.cpp:10528:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10528 | *type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10529:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10529 | *value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10530:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10530 | *tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp: In function 'void __Pyx_ExceptionReset(PyObject*, PyObject*, PyObject*)': cylp/cy/CyCbcModel.cpp:10542:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10542 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10543:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10543 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10544:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10544 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp:10545:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10545 | tstate->exc_type = type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10546:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10546 | tstate->exc_value = value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10547:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10547 | tstate->exc_traceback = tb; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp: In function 'int __Pyx_GetException(PyObject**, PyObject**, PyObject**)': cylp/cy/CyCbcModel.cpp:10590:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10590 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10591:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10591 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10592:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10592 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp:10593:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10593 | tstate->exc_type = local_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10594 | tstate->exc_value = local_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10595:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10595 | tstate->exc_traceback = local_tb; | ^~~~~~~~~~~~~ | curexc_traceback error: command '/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for cylp Running setup.py clean for cylp Failed to build cylp Installing collected packages: cylp Running setup.py install for cylp ... error ERROR: Command errored out with exit status 1: command: /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-xvmwlwi1/install-record.txt --single-version-externally-managed --compile --install-headers /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8/cylp cwd: /tmp/pip-req-build-u9h5u28m/ Complete output (234 lines): /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/setuptools/dist.py:487: UserWarning: Normalizing '0.7.4 ' to '0.7.4' warnings.warn(tmpl.format(**locals())) running install /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/cylp copying cylp/__init__.py -> build/lib.linux-x86_64-3.8/cylp creating build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/CySolve.py -> build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/createCythonInterface.py -> build/lib.linux-x86_64-3.8/cylp/cy copying cylp/cy/__init__.py -> build/lib.linux-x86_64-3.8/cylp/cy creating build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/Constants.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/PySolve.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py copying cylp/py/test_PySolve.py -> build/lib.linux-x86_64-3.8/cylp/py creating build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DantzigPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DualDantzigPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/DualPivotPythonBase.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/LIFOPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/MostFrequentPivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PivotPythonBase.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PositiveEdgePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/PositiveEdgeWolfePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/WolfePivot.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/WolfePivotPE.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots copying cylp/py/pivots/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/pivots creating build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/test_modeling.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/CyLPModel.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling copying cylp/py/modeling/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/modeling creating build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/readSetcovering.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/sparseUtil.py -> build/lib.linux-x86_64-3.8/cylp/py/utils copying cylp/py/utils/util.py -> build/lib.linux-x86_64-3.8/cylp/py/utils creating build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/CyLPCutGenerator.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/NodeCompareBase.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/SimpleNodeCompare.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/GomoryCutGenerator.py -> build/lib.linux-x86_64-3.8/cylp/py/mip copying cylp/py/mip/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/mip creating build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QPSReader.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/__init__.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/GQP.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QP.py -> build/lib.linux-x86_64-3.8/cylp/py/QP copying cylp/py/QP/QPGen.py -> build/lib.linux-x86_64-3.8/cylp/py/QP creating build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CbcCompareUser.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbc.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcModel.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcNode.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICglCutGeneratorBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpDualRowPivotBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPackedMatrix.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivot.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivotBase.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal_Wolfe.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMP.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMpsIO.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinPackedMatrix.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IOsiCuts.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplex.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinIndexedVector.cpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CbcCompareUser.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbc.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcModel.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICbcNode.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPackedMatrix.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplex.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpSimplexPrimal_Wolfe.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinIndexedVector.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMP.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinModel.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinMpsIO.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICoinPackedMatrix.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IOsiCuts.hpp -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/CyClpSimplex_api.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/ICglCutGeneratorBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpDualRowPivotBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivot.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/cpp/IClpPrimalColumnPivotBase.h -> build/lib.linux-x86_64-3.8/cylp/cpp copying cylp/VERSION -> build/lib.linux-x86_64-3.8/cylp running build_ext building 'cylp.cy.CyClpPrimalColumnPivotBase' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/cylp creating build/temp.linux-x86_64-3.8/cylp/cpp creating build/temp.linux-x86_64-3.8/cylp/cy /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IClpPrimalColumnPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IClpPrimalColumnPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyClpPrimalColumnPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IClpPrimalColumnPivotBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyClpPrimalColumnPivotBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyClpDualRowPivotBase' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IClpDualRowPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IClpDualRowPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyClpDualRowPivotBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IClpDualRowPivotBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyClpDualRowPivotBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCglCutGeneratorBase' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICglCutGeneratorBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICglCutGeneratorBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCglCutGeneratorBase.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICglCutGeneratorBase.o build/temp.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCglCutGeneratorBase.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyOsiCuts' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/IOsiCuts.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/IOsiCuts.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyOsiCuts.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiCuts.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/IOsiCuts.o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiCuts.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyOsiCuts.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyOsiSolverInterface' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyOsiSolverInterface.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyOsiSolverInterface.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCglTreeInfo' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCglTreeInfo.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCglTreeInfo.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinIndexedVector' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinIndexedVector.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinIndexedVector.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinIndexedVector.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinIndexedVector.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinIndexedVector.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinPackedMatrix' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinPackedMatrix.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinPackedMatrix.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinPackedMatrix.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinPackedMatrix.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinPackedMatrix.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinModel' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCoinModel.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinModel.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCoinMpsIO' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICoinMpsIO.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICoinMpsIO.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCoinMpsIO.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICoinMpsIO.o build/temp.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCoinMpsIO.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCgl' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCgl.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCgl.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cy/CyCgl.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCgl.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCbcNode' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-g++ -pthread -shared -B /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/compiler_compat -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,-rpath=/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcNode.o -L. -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib -L./cylp/cy -L/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/intel -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -lm -o build/lib.linux-x86_64-3.8/cylp/cy/CyCbcNode.cpython-38-x86_64-linux-gnu.so -lrt building 'cylp.cy.CyCbcModel' extension /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/CbcCompareUser.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/CbcCompareUser.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cpp/ICbcNode.cpp -o build/temp.linux-x86_64-3.8/cylp/cpp/ICbcNode.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/coin -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/lib/python3.8/site-packages/numpy/core/include -I. -I/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8 -c cylp/cy/CyCbcModel.cpp -o build/temp.linux-x86_64-3.8/cylp/cy/CyCbcModel.o -w cc1plus: warning: command-line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ cylp/cy/CyCbcModel.cpp: In function 'void __Pyx_ExceptionSave(PyObject**, PyObject**, PyObject**)': cylp/cy/CyCbcModel.cpp:10528:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10528 | *type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10529:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10529 | *value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10530:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10530 | *tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp: In function 'void __Pyx_ExceptionReset(PyObject*, PyObject*, PyObject*)': cylp/cy/CyCbcModel.cpp:10542:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10542 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10543:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10543 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10544:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10544 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp:10545:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10545 | tstate->exc_type = type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10546:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10546 | tstate->exc_value = value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10547:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10547 | tstate->exc_traceback = tb; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp: In function 'int __Pyx_GetException(PyObject**, PyObject**, PyObject**)': cylp/cy/CyCbcModel.cpp:10590:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10590 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10591:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10591 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10592:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10592 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback cylp/cy/CyCbcModel.cpp:10593:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 10593 | tstate->exc_type = local_type; | ^~~~~~~~ | curexc_type cylp/cy/CyCbcModel.cpp:10594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 10594 | tstate->exc_value = local_value; | ^~~~~~~~~ | curexc_value cylp/cy/CyCbcModel.cpp:10595:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 10595 | tstate->exc_traceback = local_tb; | ^~~~~~~~~~~~~ | curexc_traceback error: command '/gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/x86_64-conda_cos6-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-u9h5u28m/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-xvmwlwi1/install-record.txt --single-version-externally-managed --compile --install-headers /gpfs/space/home/a93859/anaconda3/envs/pyart_py38/include/python3.8/cylp Check the logs for full command output.