Hosting Grist Using Azure Instance

I am trying to deploy a web-app grist-core on azure and was trying to use a runtime stack of Python 3.12. When trying to deploy the web-app using grist I got an issue of not having the requirements.txt shown by the picture below:


I ended up installing the txt file and pushing the change onto a forked version of the grist-core repository but this led me to the issue of not having this module shown below:

I also am getting this issue where I am being pointed to the source code within grist-core:

I was wondering can this issue be fixed if I go back to an older python version because the ‘distutils’ module from what I see has been removed from the new 3.12 python version?

Hi @Tazwar_Belal1 , what are the contents of your requirements.txt file?