Skip to content

Instantly share code, notes, and snippets.

@2bits
Created September 15, 2012 03:01
Show Gist options
  • Select an option

  • Save 2bits/3726190 to your computer and use it in GitHub Desktop.

Select an option

Save 2bits/3726190 to your computer and use it in GitHub Desktop.
dblatex install fail on Mt. Lion using pip
$ pip install dblatex
Downloading/unpacking dblatex
Running setup.py egg_info for package dblatex
warning: no files found matching 'setup.cfg'
Installing collected packages: dblatex
Running setup.py install for dblatex
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module>
'sdist': Sdist}
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 368, in run
if self.install_layout == "deb":
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 105, in __getattr__
raise AttributeError, attr
AttributeError: install_layout
Complete output from command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module>
'sdist': Sdist}
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 368, in run
if self.install_layout == "deb":
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 105, in __getattr__
raise AttributeError, attr
AttributeError: install_layout
----------------------------------------
Command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed failed with error code 1 in /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex
Storing complete log in /Users/nibbles/.pip/pip.log
------------------------------------------------------------
/usr/local/share/python/pip run on Fri Sep 14 20:00:16 2012
Downloading/unpacking dblatex
Running setup.py egg_info for package dblatex
running egg_info
writing pip-egg-info/dblatex.egg-info/PKG-INFO
writing top-level names to pip-egg-info/dblatex.egg-info/top_level.txt
writing dependency_links to pip-egg-info/dblatex.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/dblatex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'setup.cfg'
writing manifest file 'pip-egg-info/dblatex.egg-info/SOURCES.txt'
Source in /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex has version 0.3.4, which satisfies requirement dblatex
Installing collected packages: dblatex
Running setup.py install for dblatex
Running command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module>
'sdist': Sdist}
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 368, in run
if self.install_layout == "deb":
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 105, in __getattr__
raise AttributeError, attr
AttributeError: install_layout
Complete output from command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module>
'sdist': Sdist}
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 368, in run
if self.install_layout == "deb":
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 105, in __getattr__
raise AttributeError, attr
AttributeError: install_layout
----------------------------------------
Command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed failed with error code 1 in /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex
Exception information:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pip-1.2-py2.7.egg/pip/basecommand.py", line 106, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/site-packages/pip-1.2-py2.7.egg/pip/commands/install.py", line 261, in run
requirement_set.install(install_options, global_options)
File "/usr/local/lib/python2.7/site-packages/pip-1.2-py2.7.egg/pip/req.py", line 1166, in install
requirement.install(install_options, global_options)
File "/usr/local/lib/python2.7/site-packages/pip-1.2-py2.7.egg/pip/req.py", line 589, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/usr/local/lib/python2.7/site-packages/pip-1.2-py2.7.egg/pip/util.py", line 612, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-ihLuol-record/install-record.txt --single-version-externally-managed failed with error code 1 in /var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment