-
Notifications
You must be signed in to change notification settings - Fork 48
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
Image broken #11
Comments
Experiencing the same behaviour. |
I could resolve this issue be deleting the App Service and creating a new one. Everything works fine for me when building the container locally. It is hard to reproduce this problem actually. |
I am having this same issue, I was not able to fix it by removing and creating a new web app. |
I'm having the same issue when trying to deploy from Azure DevOps using Azure App Service Deploy (version 4). It doesn't create the virtualenv and doesn't install the packages from requirements.txt. However, it works fine when deploying using localgit. |
Same here |
Have this exact issue with Devops, But today started getting the issue for Github deployments too. Good Github Deployment: Bad Deployment: looking at the directory on Root of both shows this. Bad Deploy: Good deployment has the enviroment built and ready to go??? |
I think i solved it (for myself). I believe. Although requirements.txt never had an issue before with a 'R' it seems to now. 2019-10-22T20:49:02.9871595Z,Command: oryx build /home/site/wwwroot -o /home/site/wwwroot --platform python --platform-version 3.8 -i /tmp/xxx-p compress_virtualenv=tar-gz -p virtualenv_name=antenv --log-file /tmp/test.log ,,0 We Changed our Requirements file to a lowercase r in githuib AND in wwwRoot. Then redployed and it then showed pip install in the oryx build log files in deployment. Good luck to anyone else. Oh yea, in the shell, you cant just rename /home/site/wwwroot>mv Requirements.txt requirements.txt had to renamen to temp_req and then back |
For anyone else stumbling on this, this did the trick for me;
Credit: StackOverflow |
The image seems to be missing Python lately. I encountered the following problem when creating a clone of a web app of mine:
The text was updated successfully, but these errors were encountered: