demo
demo copied to clipboard
ZoneInfo('UTC') doesn't work on Jupyterlite v0.1.0b17 demo
Problem
I would like this to work
from zoneinfo import ZoneInfo
utc = ZoneInfo('UTC')
currently it crashes,

the fix proposed here doesn't seem to be in effect https://github.com/emscripten-forge/empack/pull/53
whished result

Thanks @stonebig for the report.
This might actually be an issue with Pyodide. The full traceback shows the following:

Which looks similar to the error when using the Pyodide console directly:
