ecole icon indicating copy to clipboard operation
ecole copied to clipboard

Version 0.8.1 ImportError

Open mayor100101 opened this issue 6 months ago • 0 comments

Describe the bug

When import ecole, it encountered an error: ImportError: libscip.so.8.0: No such file or directory

Setting

  • OS: ubuntu 20.04
  • Python version: python 3.10
  • Ecole version: 0.8.1

Additional context

Python reports that the libscip.so.8.0 file could not be found because the library was not found by the dynamic linker. Manully adding the dynamic linker libscip.so.8.0 -> libscip.so can solve this issue.

mayor100101 avatar Apr 08 '25 09:04 mayor100101