elastic / elasticsearch-labs

Notebooks & Example Apps for Search & AI Applications with Elasticsearch
https://www.elastic.co/search-labs
Apache License 2.0
656 stars 162 forks source link

Python 3.12.3 removed Disttools, breaking install #303

Closed epugh closed 3 months ago

epugh commented 3 months ago

Hi, I am using Python version 3.12.3. I am going through the tutorial https://www.elastic.co/search-labs/tutorials/chatbot-tutorial/chatbot-rag-app/backend and on the step:

pip install -r requirements.txt

it fails due to:

ModuleNotFoundError: No module named 'distutils'

A quick google tells me Distutils is removed in 3.12: https://docs.python.org/3.10/library/distutils.html