This would mean your Python installation doesn't come with proper library files. This usually happens by missing development package, or unsuitable build parameters of Python installation. * On Debian/Ubuntu, you would need to install Python development packages * apt-get install python3-dev * apt-get install python-dev * If you're building Python by yourself, please rebuild your Python with `--enable-shared` (or, `--enable-framework` on Darwin)
Traceback (most recent call last): File "main.py", line 117, in <module> File "main.py", line 108, in main File "main.py", line 57, in get_opt NameError: name 'exit' is not defined [32501] Failed to execute script main