Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install fails #1

Open
dcancel opened this issue Aug 6, 2012 · 1 comment
Open

pip install fails #1

dcancel opened this issue Aug 6, 2012 · 1 comment

Comments

@dcancel
Copy link

dcancel commented Aug 6, 2012

Hi,

I just tried to install blug via pip and ran into this error:

pip install blug
Downloading/unpacking blug
Downloading blug-0.1.0.tar.gz (78Kb): 78Kb downloaded
Running setup.py egg_info for package blug
error in blug setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
Complete output from command python setup.py egg_info:
error in blug setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers


Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/dcancel/.pip/pip.log

FULL ERROR FROM PIP.LOG <<


/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/runner.py run on Mon Aug 6 15:28:25 2012
Downloading/unpacking blug
Getting page http://pypi.python.org/simple/blug
URLs to search for versions for blug:


Command python setup.py egg_info failed with error code 1
Exception information:
Traceback (most recent call last):
File "/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/basecommand.py", line 126, in main
self.run(options, args)
File "/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/commands/install.py", line 223, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 986, in prepare_files
req_to_install.run_egg_info()
File "/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 222, in run_egg_info
command_desc='python setup.py egg_info')
File "/Users/dcancel/dev/virtualenvs/blug-blog/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/init.py", line 255, in call_subprocess
% (command_desc, proc.returncode))
InstallationError: Command python setup.py egg_info failed with error code 1

@jeffknupp
Copy link
Owner

Thanks for the report. Fixing this now. Note that blug requires Python 3.2 (I noticed you were running 2.7). Just a heads up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants