Я пытался отправить свой код в Azure Web App, но получил эту ошибку:
remote: Found compatible virtual environment.
remote: Pip install requirements.
remote: Traceback (most recent call last):
remote: File "D:\python34\lib\runpy.py", line 170, in _run_module_as_main
remote: "__main__", mod_spec)
remote: File "D:\python34\lib\runpy.py", line 85, in _run_code
remote: An error has occurred during web site deployment.
remote: exec(code, run_globals)
remote: File "D:\home\site\wwwroot\env\scripts\pip.exe\__main__.py", line 5, in <module>
remote: ImportError: No module named 'pip'
Самое смешное, что он работал пять или шесть часов назад.
Любая помощьс благодарностью.