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
I am encountering an issue with Sirius 6 where the software cannot load a valid TreeBuilder due to missing ILP solvers. The error message received is as follows:
Could not load a valid TreeBuilder (ILP solvers), tried '[CLP, GUROBI, CPLEX]'. You can switch to heuristic tree computation only to compute results without the need of an ILP Solver.
Installed by unzipped the sirius into home folder on Linux, adding the bin into PATH variable. After importing a test .mgf file, unable to compute due to this issue. I have CLP installed in a conda environment. Tried to specify solver path in the software settings but could not find an option for this.
which clp returns ~/miniforge3/bin/clp
I'm operating on Ubuntu 24.04
Please, let me know what could be the issue
The text was updated successfully, but these errors were encountered:
Hi Sirius team!
I am encountering an issue with Sirius 6 where the software cannot load a valid TreeBuilder due to missing ILP solvers. The error message received is as follows:
Could not load a valid TreeBuilder (ILP solvers), tried '[CLP, GUROBI, CPLEX]'. You can switch to heuristic tree computation only to compute results without the need of an ILP Solver.
Installed by unzipped the sirius into home folder on Linux, adding the bin into PATH variable. After importing a test .mgf file, unable to compute due to this issue. I have CLP installed in a conda environment. Tried to specify solver path in the software settings but could not find an option for this.
which clp
returns~/miniforge3/bin/clp
I'm operating on Ubuntu 24.04
Please, let me know what could be the issue
The text was updated successfully, but these errors were encountered: