Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.12.3 removed Disttools, breaking install #303

Closed
epugh opened this issue Aug 1, 2024 · 0 comments · Fixed by #304
Closed

Python 3.12.3 removed Disttools, breaking install #303

epugh opened this issue Aug 1, 2024 · 0 comments · Fixed by #304

Comments

@epugh
Copy link

epugh commented Aug 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant