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
Since upgrading from python2 to python3, I've found the way the loads method from the pickle module has changed and no longer accepts a string as an argument
According to the documentation, the python2 version accepts one string
Since upgrading from python2 to python3, I've found the way the loads method from the pickle module has changed and no longer accepts a string as an argument
According to the documentation, the python2 version accepts one string
Where as the new python3 version accepts a bytes_object
Line of code I'm referencing:
panda3d/direct/src/distributed/NetMessenger.py
Line 111 in ffe4f38
The text was updated successfully, but these errors were encountered: