Closed thanhlv closed 6 years ago
As for 1), indeed the Python interface has changed. Please use smurff 0.12.3 for the moment.
As for 2): there is a bug in the conda package. As a workaround, please conda install libboost=1.65
.
As for this error:
configparser.DuplicateSectionError: While reading from '' [line 7]: section 'steps' already exists
This is an error in the root.ini
file. Please remove the duplicate section [steps]
:
[options]
options = options.ini
[steps]
[steps]
checkpoint_step_1 = checkpoint-1-step.ini
checkpoint_step_2 = checkpoint-2-step.ini
The errors were very different for different SMURFF versions.
1) Smurff version v0.12.4-120-gd9c235d3
2) Smurff from conda. (Now I cannot get its version bs of the following error: smurff: error while loading shared libraries: libboost_system.so.1.65.1: cannot open shared object file: No such file or directory)