Linux
Ready
Use PyPI wheels on supported x86_64 Python versions.
pip install openqp
Direct install
The official package name is openqp. Binary wheels are built from OpenQP release tags so users can install without a local compiler when their platform has a published wheel.
pip install openqp
python -c "import oqp, pathlib;
root = pathlib.Path(oqp.oqp_root);
print(root)"
oqpopenqpPlatform status
Use PyPI wheels on supported x86_64 Python versions.
pip install openqp
Wheels are planned for Apple Silicon and Intel releases.
pip install openqp
Use WSL2 or Docker until native Windows wheels are validated.
wsl pip install openqp
Install options
Best for Python environments with a matching binary wheel.
python -m pip install openqpBest for reproducible Linux runs and Windows users without WSL setup.
docker pull openqp/openqpBest for developers and platforms without published wheels.
pip install .