-
Notifications
You must be signed in to change notification settings - Fork 26
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
__instancecheck__ timeout #87
Comments
Could you show me the origin of the recursion (beginning of the stack trace)? |
With a bit more debugging, I found a different error that is perhaps caught earlier? My original stack trace was too long to fit in my terminal, and this one seems a bit more enlightening. It seems that the attached exception is raised and then transplant sits and waits for messages until it runs out of recursion. It would seem that this is a zmq installation/path problem, so not likely to be your problem.
For reference: the original trace
|
How and where did you install libzmq? Also, I don't understand how you got into the recursion. You shouldn't have a valid Matlab object if it can't find libzmq. |
Hi, I am trying to just start a matlab instance with transplant.Matlab(), but the operation fails due to a recursion depth error.
Do you know what my problem is likely to be? I can run matlab from the command line and zeromq appears to be installed.
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: