Installing hipVS#
2026-07-06
2 min read time
You can install hipVS via AMD PyPI as described below. This is recommended for users of hipVS. For developers interested in modifying or contributing to the Open Source hipVS component, see the Build instructions.
See System requirements for information regarding supported operating systems, ROCm versions, and AMD GPUs before installing hipVS.
Install hipVS via AMD PyPI#
Packaged versions of hipVS and its dependencies are distributed via AMD PyPI. This section discusses how to install hipVS via this package index.
Create and activate a Conda environment with a compatible Python version, such as 3.11 or 3.12 as shown below. For more information on compatible Python versions, see System requirements.
conda create --name hipVS python=3.12 # Specify your Python version
conda activate hipVS
hipVS can then be installed into this environment using pip and the AMD PyPI URL:
pip install amd-hipvs==1.0.0 --extra-index-url=https://pypi.amd.com/rocm-7.2.3/simple/