Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- running install
- running bdist_egg
- running egg_info
- creating tvnamer.egg-info
- writing requirements to tvnamer.egg-info/requires.txt
- writing tvnamer.egg-info/PKG-INFO
- writing top-level names to tvnamer.egg-info/top_level.txt
- writing dependency_links to tvnamer.egg-info/dependency_links.txt
- writing entry points to tvnamer.egg-info/entry_points.txt
- writing manifest file 'tvnamer.egg-info/SOURCES.txt'
- reading manifest file 'tvnamer.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: no files found matching 'Fabfile'
- writing manifest file 'tvnamer.egg-info/SOURCES.txt'
- installing library code to build/bdist.linux-x86_64/egg
- running install_lib
- running build_py
- creating build
- creating build/lib.linux-x86_64-2.7
- creating build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/cliarg_parser.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/_titlecase.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/config_defaults.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/utils.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/tvnamer_exceptions.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/compat.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/main.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/unicode_helper.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/config.py -> build/lib.linux-x86_64-2.7/tvnamer
- copying tvnamer/__init__.py -> build/lib.linux-x86_64-2.7/tvnamer
- creating build/bdist.linux-x86_64
- creating build/bdist.linux-x86_64/egg
- creating build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/cliarg_parser.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/_titlecase.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/config_defaults.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/utils.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/tvnamer_exceptions.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/compat.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/main.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/unicode_helper.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/config.py -> build/bdist.linux-x86_64/egg/tvnamer
- copying build/lib.linux-x86_64-2.7/tvnamer/__init__.py -> build/bdist.linux-x86_64/egg/tvnamer
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/cliarg_parser.py to cliarg_parser.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/_titlecase.py to _titlecase.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/config_defaults.py to config_defaults.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/utils.py to utils.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/tvnamer_exceptions.py to tvnamer_exceptions.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/compat.py to compat.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/main.py to main.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/unicode_helper.py to unicode_helper.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/config.py to config.pyc
- byte-compiling build/bdist.linux-x86_64/egg/tvnamer/__init__.py to __init__.pyc
- creating build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying tvnamer.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- zip_safe flag not set; analyzing archive contents...
- creating dist
- creating 'dist/tvnamer-2.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
- removing 'build/bdist.linux-x86_64/egg' (and everything under it)
- Processing tvnamer-2.3-py2.7.egg
- Removing /usr/local/lib/python2.7/dist-packages/tvnamer-2.3-py2.7.egg
- Copying tvnamer-2.3-py2.7.egg to /usr/local/lib/python2.7/dist-packages
- tvnamer 2.3 is already the active version in easy-install.pth
- Installing tvnamer script to /usr/local/bin
- Installed /usr/local/lib/python2.7/dist-packages/tvnamer-2.3-py2.7.egg
- Processing dependencies for tvnamer==2.3
- Traceback (most recent call last):
- File "setup.py", line 87, in <module>
- "Programming Language :: Python :: 3.4",
- File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
- dist.run_commands()
- File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
- cmd_obj.run()
- File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 73, in run
- self.do_egg_install()
- File "/usr/lib/python2.7/dist-packages/setuptools/command/install.py", line 96, in do_egg_install
- cmd.run()
- File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 381, in run
- self.easy_install(spec, not self.no_deps)
- File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 597, in easy_install
- return self.install_item(None, spec, tmpdir, deps, True)
- File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 648, in install_item
- self.process_distribution(spec, dist, deps)
- File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 694, in process_distribution
- [requirement], self.local_index, self.easy_install
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in resolve
- requirements.extend(dist.requires(req.extras)[::-1])
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in requires
- dm = self._dep_map
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2277, in _dep_map
- for extra,reqs in split_sections(self._get_metadata(name)):
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2715, in split_sections
- for line in yield_lines(s):
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in yield_lines
- for ss in strs:
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2305, in _get_metadata
- for line in self.get_metadata_lines(name):
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1369, in get_metadata_lines
- return yield_lines(self.get_metadata(name))
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1361, in get_metadata
- return self._get(self._fn(self.egg_info,name))
- File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1425, in _get
- return self.loader.get_data(path)
- zlib.error: Error -5 while decompressing data: incomplete or truncated stream
Advertisement
Add Comment
Please, Sign In to add comment