Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Command: "D:\home\site\deployments\tools\deploy.cmd"
  2. Handling python deployment.
  3. KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot'
  4. Detected requirements.txt. You can skip Python specific steps with a .skipPythonDeployment file.
  5. Detecting Python runtime from site configuration
  6. Detected python-2.7
  7. Found compatible virtual environment.
  8. Pip install requirements.
  9. Exception:
  10. Traceback (most recent call last):
  11. File "D:\home\site\wwwroot\env\lib\site-packages\pip\basecommand.py", line 122, in main
  12. status = self.run(options, args)
  13. File "D:\home\site\wwwroot\env\lib\site-packages\pip\commands\install.py", line 262, in run
  14. for req in parse_requirements(filename, finder=finder, options=options, session=session):
  15. File "D:\home\site\wwwroot\env\lib\site-packages\pip\req.py", line 1631, in parse_requirements
  16. req = InstallRequirement.from_line(line, comes_from, prereleases=getattr(options, "pre", None))
  17. File "D:\home\site\wwwroot\env\lib\site-packages\pip\req.py", line 172, in from_line
  18. return cls(req, comes_from, url=url, prereleases=prereleases)
  19. File "D:\home\site\wwwroot\env\lib\site-packages\pip\req.py", line 70, in __init__
  20. req = pkg_resources.Requirement.parse(req)
  21. File "D:\home\site\wwwroot\env\lib\site-packages\pip\_vendor\pkg_resources.py", line 2667, in parse
  22. reqs = list(parse_requirements(s))
  23. File "D:\home\site\wwwroot\env\lib\site-packages\pip\_vendor\pkg_resources.py", line 2605, in parse_requirements
  24. line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
  25. File "D:\home\site\wwwroot\env\lib\site-packages\pip\_vendor\pkg_resources.py", line 2573, in scan_list
  26. raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
  27. ValueError: ('Expected version spec in', 'requirements/prod.txt', 'at', '/prod.txt')
  28.  
  29. Storing debug log for failure in D:\home\pip\pip.log
  30. An error has occurred during web site deployment.
  31. \r\nD:\Program Files (x86)\SiteExtensions\Kudu\57.50815.2378\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement