How to upgrade existing python env 3.7.13 into python 3.8 in Isaac Sim - Standalone python application

Hi @ksu1rng

The current Omniverse Python environment is 3.7. So, it is not possible to run compiled code or use another Python environment with different minor version (e.g. 3.8, 3.9, etc.). More info here: ImportError: Python version mismatch

This post offer more details about other Python versions:

1 Like