Skip to content

Python Binding Troubleshooting

Jeongseok Lee edited this page May 28, 2018 · 3 revisions
  • Error: TypeError: No to_python (by-value) converter found for C++ type: std::shared_ptr<X const>
  • Fix: Disable const overloads by adding 'std::shared_ptr<const X>' to types: section of the YAML configuration file