ecole
                                
                                 ecole copied to clipboard
                                
                                    ecole copied to clipboard
                            
                            
                            
                        Version 0.8.1 ImportError
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.