Setting the file. One moment.
Subchapter 26.2
references/ax-setup.mdMarkdown1 KBView on GitHub
Consult this only when an ax command fails. Do NOT run these checks proactively.
If ax is installed (not command not found), always run ax --version before investigating further. The version must be 0.14.0 or higher — many errors are caused by an outdated install. If the version is too old, see Version too old below.
macOS/Linux:
~/.local/bin/ax, ~/Library/Python/*/bin/axuv tool install arize-ax-cli (preferred), pipx install arize-ax-cli, or pip install arize-ax-cliexport PATH="$HOME/.local/bin:$PATH"Windows (PowerShell):
Get-Command ax or where.exe ax%APPDATA%\Python\Scripts\ax.exe, %LOCALAPPDATA%\Programs\Python\Python*\Scripts\ax.exepip install arize-ax-cli$env:PATH = "$env:APPDATA\Python\Scripts;$env:PATH"Upgrade: uv tool install --force --reinstall arize-ax-cli, pipx upgrade arize-ax-cli, or pip install --upgrade arize-ax-cli
export SSL_CERT_FILE=/etc/ssl/cert.pemexport SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crtexport SSL_CERT_FILE=$(python -c "import certifi; print(certifi.where())")Upgrade ax (see above) or use the closest available alternative.
Stop and ask the user for help.