Open ghost opened 7 years ago
Hi I am new to this and when I give the command git push azure master I get following error
C:\Users\bhagyashreep\Azure-WebApp-w-CNTK-master\Azure-WebApp-w-CNTK-master>git push azure master Counting objects: 29, done. Delta compression using up to 4 threads. Compressing objects: 100% (24/24), done. Writing objects: 100% (29/29), 60.30 MiB | 613.00 KiB/s, done. Total 29 (delta 2), reused 0 (delta 0) remote: Updating branch 'master'. remote: Updating submodules. remote: Preparing deployment for commit id '3d8949e152'. remote: Running custom deployment command... remote: Running deployment command... remote: "ATTENTION" remote: "USER MUST CHECK/SET THESE VARIABLES:" remote: "Installed python extension installed here:" remote: D:\home\python353x64\python.exe remote: "Numpy wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/wheels/numpy-1.12.1+mkl-cp35-cp35m-win_amd64.whl remote: "Scipy wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/wheels/scipy-0.19.0-cp35-cp35m-win_amd64.whl remote: "CNTK Wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/cntkrc/cntk-2.0rc1-cp35-cp35m-win_amd64.whl remote: "CNTK Binaries and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/cntkrc/cntk.zip remote: Handling python deployment. remote: KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot' remote: Deleting file: 'hostingstart.html' remote: Copying file: '.gitignore' remote: Copying file: 'README.md' remote: Copying file: 'requirements.txt' remote: Copying file: 'logs__init__.txt' remote: Copying file: 'Model\ResNet_18.model' remote: Copying file: 'Model\synset-1k.txt' remote: Copying file: 'readme_support\extensions_1.JPG' remote: Copying file: 'readme_support\extensions_2.JPG' remote: Copying file: 'readme_support\python_result.JPG' remote: The system cannot find the path specified. remote: Copying file: 'readme_support\requirement.JPG' remote: Copying file: 'readme_support\REST.ipynb' remote: Copying file: 'readme_support\REST_Speed_Test.ipynb' remote: Copying file: 'readme_support\result.JPG' remote: Copying file: 'readme_support\test.jpg' remote: Copying file: 'WebApp\model.py' remote: Copying file: 'WebApp\runserver.py' remote: Copying file: 'WebApp\templates\index.html' remote: Copying file: 'Wheels\Pillow-4.0.0-cp35-cp35m-win_amd64.whl' remote: Copying file: 'web.config' remote: Detected requirements.txt. You can skip Python specific steps with a .skipPythonDeployment file. remote: "Configuring pip" remote: remote: Error - Changes committed to remote repository but deployment to website failed. To https://bpwebapp1.scm.azurewebsites.net/bpwebapp1.git
any help as to why this is failing
Hi I am new to this and when I give the command git push azure master I get following error
C:\Users\bhagyashreep\Azure-WebApp-w-CNTK-master\Azure-WebApp-w-CNTK-master>git push azure master Counting objects: 29, done. Delta compression using up to 4 threads. Compressing objects: 100% (24/24), done. Writing objects: 100% (29/29), 60.30 MiB | 613.00 KiB/s, done. Total 29 (delta 2), reused 0 (delta 0) remote: Updating branch 'master'. remote: Updating submodules. remote: Preparing deployment for commit id '3d8949e152'. remote: Running custom deployment command... remote: Running deployment command... remote: "ATTENTION" remote: "USER MUST CHECK/SET THESE VARIABLES:" remote: "Installed python extension installed here:" remote: D:\home\python353x64\python.exe remote: "Numpy wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/wheels/numpy-1.12.1+mkl-cp35-cp35m-win_amd64.whl remote: "Scipy wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/wheels/scipy-0.19.0-cp35-cp35m-win_amd64.whl remote: "CNTK Wheel and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/cntkrc/cntk-2.0rc1-cp35-cp35m-win_amd64.whl remote: "CNTK Binaries and version located here:" remote: https://azurewebappcntk.blob.core.windows.net/cntkrc/cntk.zip remote: Handling python deployment. remote: KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot' remote: Deleting file: 'hostingstart.html' remote: Copying file: '.gitignore' remote: Copying file: 'README.md' remote: Copying file: 'requirements.txt' remote: Copying file: 'logs__init__.txt' remote: Copying file: 'Model\ResNet_18.model' remote: Copying file: 'Model\synset-1k.txt' remote: Copying file: 'readme_support\extensions_1.JPG' remote: Copying file: 'readme_support\extensions_2.JPG' remote: Copying file: 'readme_support\python_result.JPG' remote: The system cannot find the path specified. remote: Copying file: 'readme_support\requirement.JPG' remote: Copying file: 'readme_support\REST.ipynb' remote: Copying file: 'readme_support\REST_Speed_Test.ipynb' remote: Copying file: 'readme_support\result.JPG' remote: Copying file: 'readme_support\test.jpg' remote: Copying file: 'WebApp\model.py' remote: Copying file: 'WebApp\runserver.py' remote: Copying file: 'WebApp\templates\index.html' remote: Copying file: 'Wheels\Pillow-4.0.0-cp35-cp35m-win_amd64.whl' remote: Copying file: 'web.config' remote: Detected requirements.txt. You can skip Python specific steps with a .skipPythonDeployment file. remote: "Configuring pip" remote: remote: Error - Changes committed to remote repository but deployment to website failed. To https://bpwebapp1.scm.azurewebsites.net/bpwebapp1.git
any help as to why this is failing