scipopt / PySCIPOpt

Python interface for the SCIP Optimization Suite
https://pyscipopt.readthedocs.io/en/latest/
MIT License
825 stars 255 forks source link

_SCOTCH_errorPrint not found #905

Closed VonAlphaBisZulu closed 2 weeks ago

VonAlphaBisZulu commented 2 months ago

When I want to import pyscipopt in latest MacOS, I get the following error:

ImportError: dlopen(/Users/runner/micromamba/envs/scip/lib/python3.10/site-packages/pyscipopt/scip.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_SCOTCH_errorPrint'

This error could be reproduced with Python 3.9 to 3.11.

Opt-Mucca commented 2 months ago

I am not that familiar with mamba. Did you install pyscipopt using mamba install pyscipopt?

Joao-Dionisio commented 1 month ago

@VonAlphaBisZulu, any updates?