extract#
Lean package extraction helpers for subprocess workers.
Functions#
|
Extract a conda package archive without importing conda runtime state. |
- extract_conda_package_archive(source_full_path: str | os.PathLike, destination_directory: str | os.PathLike, *, ensure_picklable_errors: bool = False) None#
Extract a conda package archive without importing conda runtime state.
- Parameters:
source_full_path -- Package archive to extract.
destination_directory -- Directory to extract into.
ensure_picklable_errors -- Replace exceptions that cannot survive a pickle round trip with a plain
RuntimeError.