/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ setuptools
/ _distutils
/ unixccompiler.py
Run
Starting...
Stop
View File
Save
import importlib from .compilers.C import unix UnixCCompiler = unix.Compiler # ensure import of unixccompiler implies ccompiler imported # (pypa/setuptools#4871) importlib.import_module('distutils.ccompiler')
Memory