We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
update dependencies for Python 3.12 compatibility
b6b915b
Fixes elastic#303
8e4c06e
Successfully merging a pull request may close this issue.
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:
it fails due to:
A quick google tells me Distutils is removed in 3.12: https://docs.python.org/3.10/library/distutils.html
The text was updated successfully, but these errors were encountered: