-
Notifications
You must be signed in to change notification settings - Fork 96
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
Error in Multithreading? #16
Comments
Hi Dominik, This should have been fixed a few days ago. What commit of the Cheers, |
Yes, @fischerdom this should be resolved with the latest code. Please let us know if this shows up again and I'll investigate further. |
Hey, many thanks for the answer. Yes it was an older version. I will make an update and tell you if the exception still occurs. Cheers |
Unfortunately, I still get the exception. Somehow on a random manner. I removed the package via pip and reinstalled it, before... |
Interesting. And this is with the head of the develop branch? ( One workaround is to disable parallel computations - that's not great for speed but at least you won't have any errors. Would you be willing to share the code that's causing these issues? |
Sorry, I missed this mail. Yes it was with the branch. I did an
uninstall/install before running the experiments. Now I just returned to
the last working version.
Schöne Grüße
Dominik Fischer
2017-09-14 16:36 GMT+02:00 Bo Marchman <notifications@github.com>:
… Interesting. And this is with the head of the develop branch? (pip
install ***@***.***?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFJIMYLPXCjV02YR3Ov3nA7OlqDLo3woks5siTn9gaJpZM4PSxXE>
.
|
Ok, thanks for the report. Would you be willing to share the code that's causing the issue? |
This should be fixed in the both the 0.9.0 and 1.0.0 releases. |
Hey guys,
It seems that pyphi isn't stable anymore. I got a multithreading exception:
Traceback (most recent call last): File "/usr/lib/python3.4/multiprocessing/queues.py", line 242, in _feed obj = ForkingPickler.dumps(obj) File "/usr/lib/python3.4/multiprocessing/reduction.py", line 50, in dumps cls(buf, protocol).dump(obj)
Could you maybe help me with this issue?
The text was updated successfully, but these errors were encountered: