Configuration: - Sofa from https://github.com/sofa-framework/sofa.git - pybind11 on the v2.3 branch - python 3.7 When I open python3.7 and run `import Sofa` I get the error: ``` ImportError: generic_type: type "BoundingBox" does not have a non-default holder type while its base "sofa::core::objectmodel::BaseData" does ```