pybind11::cast issue #4725
Unanswered
Arman-Ghazaryan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to cast std::vector<uint8_t> with pybind11::cast:
pybind11::cast(output);
And at this operation I'm getting error:
Size of output is 66150.
Beta Was this translation helpful? Give feedback.
All reactions