-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
_PyUnicode_DecodeUnicodeEscape on Py3.9, ubuntu-20.04 v 20211108.1 #4463
Comments
The error occurs only in py3.9 virtualenv. |
Hey, @hbq1 Looks like a bug: |
Until actions/runner-images#4463 is resolved. PiperOrigin-RevId: 408887786
Until actions/runner-images#4463 is resolved. PiperOrigin-RevId: 408887786
Until actions/runner-images#4463 is resolved. PiperOrigin-RevId: 408887786
Until actions/runner-images#4463 is resolved. PiperOrigin-RevId: 408924209
The minimal repro is pip install typed_ast
python3 -c 'from typed_ast import ast3' I can reproduce the problem with python v3.9.8 even on my personal Linux machine (older versions do not seem to be affected), and as was linked above it looks like the problem was fixed by upstream in their repo already, so nothing we can do about it but waiting for another release. I am going to close this issue now, but feel free to ping us if you have questions. |
Thanks guys! I can confirm that the issue has been resolved. |
Description
Hello,
We are getting the following error on py3.9 Github Actions workflow after the ubuntu-20.04 v20211108.1 release (2 days ago):
Full log: https://github.com/deepmind/distrax/runs/4168111281?check_suite_focus=true
Virtual environments affected
Image version and build link
20211108.1
Is it regression?
Yes, 20211101.1 seems to work: https://github.com/deepmind/distrax/runs/4156977602?check_suite_focus=true
Expected behavior
No response
Actual behavior
No response
Repro steps
See logs and the workflow definition.
The text was updated successfully, but these errors were encountered: