chrisasl

Stack trace of setup.py

Apr 25th, 2015
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. running install
  2. running bdist_egg
  3. running egg_info
  4. creating tvnamer.egg-info
  5. writing requirements to tvnamer.egg-info/requires.txt
  6. writing tvnamer.egg-info/PKG-INFO
  7. writing top-level names to tvnamer.egg-info/top_level.txt
  8. writing dependency_links to tvnamer.egg-info/dependency_links.txt
  9. writing entry points to tvnamer.egg-info/entry_points.txt
  10. writing manifest file 'tvnamer.egg-info/SOURCES.txt'
  11. reading manifest file 'tvnamer.egg-info/SOURCES.txt'
  12. reading manifest template 'MANIFEST.in'
  13. warning: no files found matching 'Fabfile'
  14. writing manifest file 'tvnamer.egg-info/SOURCES.txt'
  15. installing library code to build/bdist.linux-x86_64/egg
  16. running install_lib
  17. running build_py
  18. creating build
  19. creating build/lib.linux-x86_64-2.7
  20. creating build/lib.linux-x86_64-2.7/tvnamer
  21. copying tvnamer/cliarg_parser.py -> build/lib.linux-x86_64-2.7/tvnamer
  22. copying tvnamer/_titlecase.py -> build/lib.linux-x86_64-2.7/tvnamer
  23. copying tvnamer/config_defaults.py -> build/lib.linux-x86_64-2.7/tvnamer
  24. copying tvnamer/utils.py -> build/lib.linux-x86_64-2.7/tvnamer
  25. copying tvnamer/tvnamer_exceptions.py -> build/lib.linux-x86_64-2.7/tvnamer
  26. copying tvnamer/compat.py -> build/lib.linux-x86_64-2.7/tvnamer
  27. copying tvnamer/main.py -> build/lib.linux-x86_64-2.7/tvnamer
  28. copying tvnamer/unicode_helper.py -> build/lib.linux-x86_64-2.7/tvnamer
  29. copying tvnamer/config.py -> build/lib.linux-x86_64-2.7/tvnamer
  30. copying tvnamer/__init__.py -> build/lib.linux-x86_64-2.7/tvnamer
  31. creating build/bdist.linux-x86_64
  32. creating build/bdist.linux-x86_64/egg
  33. creating build/bdist.linux-x86_64/egg/tvnamer
  34. copying build/lib.linux-x86_64-2.7/tvnamer/cliarg_parser.py -> build/bdist.linux-x86_64/egg/tvnamer
  35. copying build/lib.linux-x86_64-2.7/tvnamer/_titlecase.py -> build/bdist.linux-x86_64/egg/tvnamer
  36. copying build/lib.linux-x86_64-2.7/tvnamer/config_defaults.py -> build/bdist.linux-x86_64/egg/tvnamer
  37. copying build/lib.linux-x86_64-2.7/tvnamer/utils.py -> build/bdist.linux-x86_64/egg/tvnamer
  38. copying build/lib.linux-x86_64-2.7/tvnamer/tvnamer_exceptions.py -> build/bdist.linux-x86_64/egg/tvnamer
  39. copying build/lib.linux-x86_64-2.7/tvnamer/compat.py -> build/bdist.linux-x86_64/egg/tvnamer
  40. copying build/lib.linux-x86_64-2.7/tvnamer/main.py -> build/bdist.linux-x86_64/egg/tvnamer
  41. copying build/lib.linux-x86_64-2.7/tvnamer/unicode_helper.py -> build/bdist.linux-x86_64/egg/tvnamer
  42. copying build/lib.linux-x86_64-2.7/tvnamer/config.py -> build/bdist.linux-x86_64/egg/tvnamer
  43. copying build/lib.linux-x86_64-2.7/tvnamer/__init__.py -> build/bdist.linux-x86_64/egg/tvnamer
  44. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/cliarg_parser.py to cliarg_parser.pyc
  45. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/_titlecase.py to _titlecase.pyc
  46. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/config_defaults.py to config_defaults.pyc
  47. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/utils.py to utils.pyc
  48. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/tvnamer_exceptions.py to tvnamer_exceptions.pyc
  49. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/compat.py to compat.pyc
  50. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/main.py to main.pyc
  51. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/unicode_helper.py to unicode_helper.pyc
  52. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/config.py to config.pyc
  53. byte-compiling build/bdist.linux-x86_64/egg/tvnamer/__init__.py to __init__.pyc
  54. creating build/bdist.linux-x86_64/egg/EGG-INFO
  55. copying tvnamer.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  56. copying tvnamer.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  57. copying tvnamer.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  58. copying tvnamer.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  59. copying tvnamer.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  60. copying tvnamer.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  61. zip_safe flag not set; analyzing archive contents...
  62. creating dist
  63. creating 'dist/tvnamer-2.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  64. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  65. Processing tvnamer-2.3-py2.7.egg
  66. Removing /usr/local/lib/python2.7/dist-packages/tvnamer-2.3-py2.7.egg
  67. Copying tvnamer-2.3-py2.7.egg to /usr/local/lib/python2.7/dist-packages
  68. tvnamer 2.3 is already the active version in easy-install.pth
  69. Installing tvnamer script to /usr/local/bin
  70.  
  71. Installed /usr/local/lib/python2.7/dist-packages/tvnamer-2.3-py2.7.egg
  72. Processing dependencies for tvnamer==2.3
  73. Traceback (most recent call last):
  74. File "setup.py", line 87, in <module>
  75. "Programming Language :: Python :: 3.4",
  76. File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
  77. dist.run_commands()
  78. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  79. self.run_command(cmd)
  80. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  81. cmd_obj.run()
  82. File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 73, in run
  83. self.do_egg_install()
  84. File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 96, in do_egg_install
  85. cmd.run()
  86. File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 381, in run
  87. self.easy_install(spec, not self.no_deps)
  88. File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 597, in easy_install
  89. return self.install_item(None, spec, tmpdir, deps, True)
  90. File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 648, in install_item
  91. self.process_distribution(spec, dist, deps)
  92. File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 694, in process_distribution
  93. [requirement], self.local_index, self.easy_install
  94. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in resolve
  95. requirements.extend(dist.requires(req.extras)[::-1])
  96. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in requires
  97. dm = self._dep_map
  98. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2277, in _dep_map
  99. for extra,reqs in split_sections(self._get_metadata(name)):
  100. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2715, in split_sections
  101. for line in yield_lines(s):
  102. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in yield_lines
  103. for ss in strs:
  104. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2305, in _get_metadata
  105. for line in self.get_metadata_lines(name):
  106. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1369, in get_metadata_lines
  107. return yield_lines(self.get_metadata(name))
  108. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1361, in get_metadata
  109. return self._get(self._fn(self.egg_info,name))
  110. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1425, in _get
  111. return self.loader.get_data(path)
  112. zlib.error: Error -5 while decompressing data: incomplete or truncated stream
Advertisement
Add Comment
Please, Sign In to add comment