Skip to main content

PIP

PIP

The PIP package manager for Python.

Configuration

Example

{
"PIP": {
"options": {
"analyzeSetupPyInsecurely": true,
"operatingSystem": "linux",
"pythonVersion": null
}
}
}

Options

analyzeSetupPyInsecurely

BOOLEAN Default

If "true", python-inspector resolves dependencies from setup.py files by executing them. This is a potential security risk.

operatingSystem

STRING Default

The name of the operating system to resolve dependencies for. One of "linux", "macos", or "windows".

pythonVersion

STRING

The Python version to resolve dependencies for. If not set, the version is detected from the environment and if that fails, the default version 3.11 is used.