As noted in the FAQ, the exception messages aren't very helpful on Mac.
Every exception thrown from the C++ isn't correctly interpreted by pybind11, and becomes a RuntimeError: caught an unknown exception. (When all we ever actually throw are ValueErrors with descriptive messages.) At the moment this is worked around
As noted in the FAQ, the exception messages aren't very helpful on Mac.
Every exception thrown from the C++ isn't correctly interpreted by pybind11, and becomes a
RuntimeError: caught an unknown exception. (When all we ever actually throw areValueErrors with descriptive messages.) At the moment this is worked around