Skip to content

Pre-requisites

Ensure you have the following installed on your machine before attempting to set up KDB.AI:

  • Python (versions 3.8 to 3.11 are supported)
  • pip package management tool
  • Python Libraries

If you are using a more recent version of Python than 3.11, you can downgrade to a supported version.

For KDB.AI Server clients, installing pandas and numpy is an option as part of the setup process.

# Check your python version 
python --version
# Check your pip version
pip --version
# Check your Libraries (after the equivalent 'pip install')
pip show numpy
pip show pandas

Next steps

Once you have your environment ready, move on to our set up guides: