Skip to content

Instantly share code, notes, and snippets.

@fitoria
Created April 14, 2010 04:04
Show Gist options
  • Save fitoria/365436 to your computer and use it in GitHub Desktop.
Save fitoria/365436 to your computer and use it in GitHub Desktop.
import pkg_resources
Command python setup.py egg_info failed with error code 1
Storing complete log in ./pip-log.txt
Traceback (most recent call last):
File "/home/fitoria/.virtualenvs/hvz+/bin/pip", line 5, in <module>
pkg_resources.run_script('pip==0.4.1devdev', 'pip')
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 448, in run_script
entries = dist.get_entry_map(group)
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 1166, in run_script
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/pip-0.4.1devdev-py2.6.egg/EGG-INFO/scripts/pip", line 3, in <module>
pip.main()
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/pip-0.4.1devdev-py2.6.egg/pip.py", line 978, in main
return command.main(initial_args, args[1:], options)
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/pip-0.4.1devdev-py2.6.egg/pip.py", line 303, in main
log_fp = open_logfile_append(log_fn)
File "/home/fitoria/.virtualenvs/hvz+/lib/python2.6/site-packages/pip-0.4.1devdev-py2.6.egg/pip.py", line 4021, in open_logfile_append
log_fp = open(filename, 'a')
IOError: [Errno 13] Permission denied: './pip-log.txt'
----------------------------------------
Traceback (most recent call last):
File "scripts/pinax-boot.py", line 1568, in <module>
main()
File "scripts/pinax-boot.py", line 424, in main
after_install(options, home_dir)
File "scripts/pinax-boot.py", line 1199, in after_install
pip = install_base(parent_dir, bin_dir, requirements_dir, PINAX_MUST_HAVES)
File "scripts/pinax-boot.py", line 1186, in install_base
], filter_stdout=filter_lines, show_stdout=False)
File "scripts/pinax-boot.py", line 483, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/fitoria/.virtualenvs/hvz+/bin/pip install --quiet --no-deps --ignore-installed --find-links http://pypi.pinaxproject.com --find-links http://pypi2.pinaxproject.com scripts/../requirements/base/D...ar.gz failed with error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment