-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
pickle_loads attempts item assignment with tuple #4611
Comments
I think this has been resolved in #4595 . Can you try latest in main ? |
I was using main from today and I believe that the PR you linked went in
yesterday. I think that the issue is present before and after that merge
with the original source of the problem being the PR I linked above.
…On Fri, 19 Mar 2021, 15:34 Benjamin Zaitlen, ***@***.***> wrote:
I think this has been resolved in #4595
<#4595> . Can you try latest in
main ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSHDWNHG3T3VJ4XI3O32H3TENHFZANCNFSM4ZOWGBGQ>
.
|
@JSKenyon the error reported looks like an older version of serialize compared to latest in main. Can you double check that latest is installed correctly ?
I have |
I just reinstalled to be extra sure and the problem has indeed gone away. Maybe I made a mistake when setting up my environment earlier (that or I somehow ended up one version behind |
Thanks for reporting and confirming the issue was resolved! |
What happened:
I am using the
main
branch in order to play with annotation functionality as well as to circumvent other serialization problems. However, the changes made in #4541 seem to have broken my application. In particular,distributed/distributed/protocol/serialize.py
Lines 70 to 84 in 98148cb
@madsbk could you please help me understand the specific condition that would trigger this failure?
What you expected to happen:
I expected no change - the
2021.02.0
versions don't seem to have the problem.Minimal Complete Verifiable Example:
I don't have a specific example, rather I am fairly certain that
buffers
is of type tuple and item assignment will never be successful.Environment:
main
as of 19 March 2021The text was updated successfully, but these errors were encountered: