jeffknupp / blug

Because "I just blogged about it" is too difficult to say.
158 stars 19 forks source link

pip install fails #1

Open dcancel opened 12 years ago

dcancel commented 12 years ago

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 commented 12 years ago

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.