Hi @Sue Folkerts ,
We apologize for the frustration this issue might have caused. This error "Couldn't detect a version for the platform 'python' in the repo" looks similar to a bug that was reported a few months ago but a workaround was provided here. Posting the workaround here for visibility,
"As a workaround, create an app setting called DISABLE_HUGO_BUILD
with the value true to disable detection for Hugo platform-style apps.
Long answer: Oryx tries to detect for different platforms used in a repo. In this process, we try to detect for Hugo style apps too. As part of this platform's detection we try to parse files with name config.json for example and from our logs seems like deserialization of this file is failing probably due to invalid content. You can check to see if the json file content is valid and if not fix it or you can disable the Hugo platform detection by creating an app setting called DISABLE_HUGO_BUILD
and set it's value to true
."
By the way, how did you install python for your website? Are you following this doc?
https://learn.microsoft.com/en-us/azure/app-service/configure-language-python
Please let us know if you have further questions
Best,
Grace
'