Hi, does the ParaView binary ship with all standard libraries in the regular Python version it’s using?
For example, a package I’m trying to use with pvpython requires zoneInfo, but since this is a standard library not available for installation, and pvpython doesn’t seem to have it by default, I’m unable to proceed. Any guidance would be appreciated!
@ben.boeckel do we need to enable something in our superbuild to provide zoneinfo in ParaView’s Python? Are we missing other standard modules in Python?
ParaView’s bundled pvpython uses its own isolated Python environment, and it does not ship with the full CPython standard library. Kitware trims the distribution so only the modules ParaView requires are included. Unfortunately, that means certain standard-library components such as zoneinfo (introduced in Python 3.9) may be missing.