Installation
Linux
PyXAI is fully compatible with Linux. Two installation methods are available:
- With PyPI (recommended)
- With GitHub
Windows
PyXAI does not natively support Windows. However, you can use PyXAI on Windows through:
- Using WSL (recommended)
- Using Docker
The
sufficient_reason()method for Random Forests is not available on Windows. This is caused by the MUS solver (MUSER), which is only compatible with Linux.
Mac OS
PyXAI is partially compatible with Mac OS (PyPI installation is not available):
The
sufficient_reason()method for Random Forests is not available on macOS. This is caused by the MUS solver (MUSER), which is only compatible with Linux.
Virtual Environment
Using a virtual environment is recommended to avoid conflicts between Python packages. See the Virtual Environment page for instructions.