Installing ASReml Python

The Python package is distributed as platform-specific wheels — pip resolves the right one for your interpreter and OS automatically.

pip install --extra-index-url https://products.vsni.co.uk/asreml/python-package/simple/ asreml

To pin a specific version:

pip install --extra-index-url https://products.vsni.co.uk/asreml/python-package/simple/ asreml==2.5.6

Requirements

license activation)

Verifying your install

import asreml
print(asreml.__version__)

If you hit an import error about a missing shared library, check the full release notes for your installed version — Windows/macOS builds occasionally need a specific Visual C++ / Xcode runtime.