This document describes the Python Packages Kit for VSI OpenVMS I64, a collection of commonly used Python packages for web application development, integration, and testing on VSI OpenVMS systems. While packages can be installed directly from PyPI, this kit offers a more convenient or straightforward installation in certain situations.
Key points include:
cryptography package has been updated to use OpenSSL 1.1.1gb for VSI OpenVMS.Requirements:
Installation of the Kit:
$ PRODUCT INSTALL PYTHWHLS.Post-Installation & Installing Individual Packages:
SYSTARTUP_VMS.COM to define logical names PYTHON_WHEELS$ROOT and PIP_FIND_LINKS, which help the PIP installer locate packages within the kit.$ python -m pip install --no-index <module-name>. The --no-index option (or defining PIP_NO_INDEX 1) prevents PIP from attempting internet downloads.PYTHONCASEOK is not defined.Temporary Disk Space: Installation may require considerable temporary disk space, defaulting to SYS$SCRATCH, but configurable via TMPDIR or PIP_CACHE_DIR (using UNIX syntax).
Site structure and layout ©2025 Majenko Technologies