Skip to content

Instantly share code, notes, and snippets.

@itamarst
Created January 12, 2014 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itamarst/8378860 to your computer and use it in GitHub Desktop.
Save itamarst/8378860 to your computer and use it in GitHub Desktop.
pip install boom
------------------------------------------------------------
/home/itamar/.local/bin/pip-3.3 run on Sat Jan 11 19:15:31 2014
Downloading/unpacking svn+ssh://itamarst@cvs.twistedmatrix.com/svn/Twisted/branches/python3-setup-6539
Checking out svn+ssh://itamarst@cvs.twistedmatrix.com/svn/Twisted/branches/python3-setup-6539 to ./pip-qk0ee4-build
Found command 'svn' at '/usr/bin/svn'
Running command /usr/bin/svn checkout -q --username itamarst svn+ssh://itamarst@cvs.twistedmatrix.com/svn/Twisted/branches/python3-setup-6539 /tmp/pip-qk0ee4-build
Running setup.py egg_info for package from svn+ssh://itamarst@cvs.twistedmatrix.com/svn/Twisted/branches/python3-setup-6539
running egg_info
creating pip-egg-info/Twisted.egg-info
writing top-level names to pip-egg-info/Twisted.egg-info/top_level.txt
writing dependency_links to pip-egg-info/Twisted.egg-info/dependency_links.txt
writing pip-egg-info/Twisted.egg-info/PKG-INFO
writing requirements to pip-egg-info/Twisted.egg-info/requires.txt
writing manifest file 'pip-egg-info/Twisted.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
file twisted.py (for module twisted) not found
file twisted/internet.py (for module twisted.internet) not found
file twisted/internet/test.py (for module twisted.internet.test) not found
file twisted/internet/util.py (for module twisted.internet.util) not found
file twisted/names.py (for module twisted.names) not found
file twisted/names/test.py (for module twisted.names.test) not found
file twisted/protocols.py (for module twisted.protocols) not found
file twisted/protocols/test.py (for module twisted.protocols.test) not found
file twisted/python.py (for module twisted.python) not found
file twisted/python/test.py (for module twisted.python.test) not found
file twisted/test.py (for module twisted.test) not found
file twisted/trial.py (for module twisted.trial) not found
file twisted/trial/test.py (for module twisted.trial.test) not found
file twisted/web.py (for module twisted.web) not found
file twisted/web/test.py (for module twisted.web.test) not found
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-qk0ee4-build/setup.py", line 73, in <module>
main(sys.argv[1:])
File "/tmp/pip-qk0ee4-build/setup.py", line 35, in main
setup3.main()
File "./setup3.py", line 277, in main
setup(**args)
File "/usr/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "<string>", line 14, in replacement_run
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 230, in find_sources
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 299, in run
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 346, in prune_file_list
File "/usr/lib/python3.3/distutils/filelist.py", line 235, in exclude_pattern
if pattern_re.search(self.files[i]):
TypeError: can't use a string pattern on a bytes-like object
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/Twisted.egg-info
writing top-level names to pip-egg-info/Twisted.egg-info/top_level.txt
writing dependency_links to pip-egg-info/Twisted.egg-info/dependency_links.txt
writing pip-egg-info/Twisted.egg-info/PKG-INFO
writing requirements to pip-egg-info/Twisted.egg-info/requires.txt
writing manifest file 'pip-egg-info/Twisted.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
file twisted.py (for module twisted) not found
file twisted/internet.py (for module twisted.internet) not found
file twisted/internet/test.py (for module twisted.internet.test) not found
file twisted/internet/util.py (for module twisted.internet.util) not found
file twisted/names.py (for module twisted.names) not found
file twisted/names/test.py (for module twisted.names.test) not found
file twisted/protocols.py (for module twisted.protocols) not found
file twisted/protocols/test.py (for module twisted.protocols.test) not found
file twisted/python.py (for module twisted.python) not found
file twisted/python/test.py (for module twisted.python.test) not found
file twisted/test.py (for module twisted.test) not found
file twisted/trial.py (for module twisted.trial) not found
file twisted/trial/test.py (for module twisted.trial.test) not found
file twisted/web.py (for module twisted.web) not found
file twisted/web/test.py (for module twisted.web.test) not found
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-qk0ee4-build/setup.py", line 73, in <module>
main(sys.argv[1:])
File "/tmp/pip-qk0ee4-build/setup.py", line 35, in main
setup3.main()
File "./setup3.py", line 277, in main
setup(**args)
File "/usr/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "<string>", line 14, in replacement_run
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 230, in find_sources
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 299, in run
File "/home/itamar/.local/lib/python3.3/site-packages/setuptools-1.3-py3.3.egg/setuptools/command/egg_info.py", line 346, in prune_file_list
File "/usr/lib/python3.3/distutils/filelist.py", line 235, in exclude_pattern
if pattern_re.search(self.files[i]):
TypeError: can't use a string pattern on a bytes-like object
----------------------------------------
Cleaning up...
Removing temporary dir /tmp/pip_build_itamar...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-qk0ee4-build
Exception information:
Traceback (most recent call last):
File "/home/itamar/.local/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/home/itamar/.local/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/commands/install.py", line 236, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/itamar/.local/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py", line 1134, in prepare_files
req_to_install.run_egg_info()
File "/home/itamar/.local/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py", line 259, in run_egg_info
command_desc='python setup.py egg_info')
File "/home/itamar/.local/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/util.py", line 670, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-qk0ee4-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment