You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: StreamRead(): incompatible function arguments. The following argument types are supported:
1. (self: cppcomm.Comm, arg0: int, arg1: int) -> None
Unable to find a way to specify the argument type as pointer instead of int.
could someone help here by providing poniters/urls to relevant documents for getting this resolved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I am trying to bind a cpp http module using pybind11.
Declaration of cpp class method
using the below python code
gives the following error
Unable to find a way to specify the argument type as pointer instead of int.
could someone help here by providing poniters/urls to relevant documents for getting this resolved.
Thanks
codenio
Beta Was this translation helpful? Give feedback.
All reactions