> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Missing required CPU features

Depending on the operating system and its setup, you may encounter this runtime warning when starting MindsDB:

```bash theme={null}
RuntimeWarning: Missing required CPU features.
The following required CPU features were not detected:
avx2, fma, bmi1, bmi2, lzcnt
```

The solution is to install the `polars-lts-cpu` package in the environment where MindsDB runs.

If you are on an Apple ARM machine (e.g. M1), this warning is likely due to running Python under Rosetta. To troubleshoot it, install a native version of Python that does not run under Rosetta x86-64 emulation.
