Hi, I'm new to python and django. I'm trying to follow the quick start install for statchmo, but when i try to run the command to install the dependencies, it errors with:
jdoklo...@jd-linux:~> pip install -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt Downloading/unpacking http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz (from -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt (line 3)) Downloading trml2pdf-1.2.tar.gz (173Kb): 173Kb downloaded Running setup.py egg_info for package from http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'egg_info' Complete output from command python setup.py egg_info: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'egg_info' ---------------------------------------- Command python setup.py egg_info failed with error code 1 Exception information: Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/pip-0.6-py2.5.egg/ pip.py", line 4 82, in main self.run(options, args) File "/usr/local/lib/python2.5/site-packages/pip-0.6-py2.5.egg/ pip.py", line 6 75, in run requirement_set.install_files(finder, force_root_egg_info=self.bundle) File "/usr/local/lib/python2.5/site-packages/pip-0.6-py2.5.egg/ pip.py", line 2 452, in install_files req_to_install.run_egg_info() File "/usr/local/lib/python2.5/site-packages/pip-0.6-py2.5.egg/ pip.py", line 1 827, in run_egg_info command_desc='python setup.py egg_info') File "/usr/local/lib/python2.5/site-packages/pip-0.6-py2.5.egg/ pip.py", line 4 347, in call_subprocess % (command_desc, proc.returncode)) InstallationError: Command python setup.py egg_info failed with error code 1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
