-
Notifications
You must be signed in to change notification settings - Fork 77
Version 0.8.1 ImportError #378
Copy link
Copy link
Open
Labels
type/bug 🐛Something isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bug 🐛Something isn't workingSomething isn't working