Skip to content

ImportError: src/bob.measure/bob/measure/_library.so: undefined symbol: _ZSt24__throw_out_of_range_fmtPKcz

I compiled bob.measure using our conda env 2.4.0 on our idiap machines and after compilation it does not work.

Traceback (most recent call last):
  File "bin/bob_compute_perf.py", line 22, in <module>
    import bob.measure.script.compute_perf
  File "src/bob.measure/bob/measure/__init__.py", line 5, in <module>
    from ._library import *
ImportError: src/bob.measure/bob/measure/_library.so: undefined symbol: _ZSt24__throw_out_of_range_fmtPKcz

@andre.anjos is this an ABI error?