-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pickling error in Python 3.11: TypeError: code() argument 13 must be str, not int
#664
Comments
TypeError: code() argument 13 must be str, not int
TypeError: code() argument 13 must be str, not int
What's the error that you get? I'm running with Python 3.11 on an M1 Mac and haven't seen this. |
I just checked out main, synced a clean environment (via Here is the full stack trace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed this line causes an error on my machine:
cubed/cubed/tests/test_core.py
Line 592 in 1ac5061
Looking around, I think this is a problem in Python 3.11, see python/cpython#100316.
My developer environment specs
The text was updated successfully, but these errors were encountered: