GPT-RAG icon indicating copy to clipboard operation
GPT-RAG copied to clipboard

Python version compatibility

Open pamelafox opened this issue 1 year ago • 3 comments

This repo currently assumes 3.10, but developers may now be using 3.11 or 3.12. Can you explicitly put in prereqs whether those can be used? A customer just tried to use 3.12 but one of the requirements didnt have wheels yet for 3.12.

pamelafox avatar Feb 01 '24 21:02 pamelafox

Hi @pamelafox we will be working to test and review we consider that it's a possible bug and we will be working to fix it.

gbecerra1982 avatar Feb 06 '24 13:02 gbecerra1982

Update: Python 3.11 is the highest supported version by solution functions (Azure Function App). Currently 3.12 version is not supported and will require replacing function code with custom containers.

vladborys avatar Mar 22 '24 15:03 vladborys

@gbecerra1982 / @placerda PR Submitted for review: https://github.com/Azure/GPT-RAG/pull/127

vladborys avatar Mar 26 '24 18:03 vladborys

This is an old issue that has been already fixed.

placerda avatar Jan 21 '25 14:01 placerda