-
Notifications
You must be signed in to change notification settings - Fork 749
Cannot implicitly convert type 'void' to 'object' from readme #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! |
@das-anubhav you're free to submit a PR, sure |
Hey, I know python and C++ very well. Is my skills fit into this issue ? |
In general, this is going to require understanding how interperters work |
This issue is arising because you have put the int32 return type for the function but you want it to return an Object datatype. Here you need to add str instead of int32 for dynamic b.
|
try to add str instead of int32 in dynamic b |
Based on #554
The text was updated successfully, but these errors were encountered: