Command

rez pip2

Usage

rez pip2 [options] <package(s)>
rez pip2 <package(s)> [-- [pip options]]

Description

Ingest and convert python packages to rez packages.

Positional arguments

packages

Packages to install.

General options

-r, --requirement <file>

Install from the given requirements file. This option can be used multiple times.

-c, --constraint <file>

Constrain versions using the given constraints file. This option can be used multiple times.

-p, --prefix <path>

Custom repository path (can be any directory, even non rez repository path) (default: configured local_packages_path)

--release

Release the converted packages (default: configured release_packages_path)

--python-version <version>

Range of python versions. It can also be a single version, any valid rez version specifier or range or ‘latest’ (default: 3.7+)

--pip <path>

Standalone pip (https://pip.pypa.io/en/stable/installation/#standalone-zip-application) (default: bundled).

--plugin-version

show program’s version number and exit

Debug options

-l, --log-level

Logging level.

Choices: info, debug, warning, error

--keep-tmp-dirs

Keep some temporary directories at the end of the process for further inspection.

--debug-info

Print debug information that you can use when reporting an issue on GitHub.

--list-plugins

List all registered plugins