You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since the last Scip update, PyScipOpt references the wrong libscip version. This results in an error when importing pyscipopt. Currently conda automatically installs Scip 9.2 and PyScipOpt 5.2.1
To Reproduce
Create conda environment and install pyscipopt from conda-forge. Try loading pyscipopt
Expected behavior
I would have expected, that the version is automatically updated or the referencing scip version fixed.
Screenshots
import pyscipopt
Traceback (most recent call last):
File "", line 1, in
File "/home/wind_lu/.conda/envs/test_env/lib/python3.12/site-packages/pyscipopt/init.py", line 11, in
from pyscipopt.scip import Model
ImportError: libscip.so.9.1: cannot open shared object file: No such file or directory
System
OS: Ubuntu
22.04
Scip 9.2
conda-forge
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Since the last Scip update, PyScipOpt references the wrong libscip version. This results in an error when importing pyscipopt. Currently conda automatically installs Scip 9.2 and PyScipOpt 5.2.1
To Reproduce
Create conda environment and install pyscipopt from conda-forge. Try loading pyscipopt
Expected behavior
I would have expected, that the version is automatically updated or the referencing scip version fixed.
Screenshots
System
Additional context
The text was updated successfully, but these errors were encountered: