mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

Can't install, pip install fails #98

Closed anerg closed 11 years ago

anerg commented 11 years ago

Just found this project, looks really nice! Get an error when trying to install though...

FC16, zsh, python 2.7.3. (Need some more into?)

% pip install -r requirements-dev.txt
Exception: Traceback (most recent call last): File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/basecommand.py", line 130, in main self.run(options, args) File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/commands/install.py", line 200, in run for req in parse_requirements(filename, finder=finder, options=options): File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/req.py", line 1175, in parse_requirements for item in parse_requirements(req_url, finder, comes_from=filename, options=options): File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/req.py", line 1211, in parse_requirements req = InstallRequirement.from_line(line, comes_from) File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/req.py", line 101, in from_line return cls(req, comes_from, url=url) File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/req.py", line 41, in init req = pkg_resources.Requirement.parse(req) File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/distribute-0.6.28-py2.7.egg/pkg_resources.py", line 2690, in parse reqs = list(parse_requirements(s)) File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/distribute-0.6.28-py2.7.egg/pkg_resources.py", line 2615, in parse_requirements line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec") File "/home/aner/repos/scrumbugz/venv/lib/python2.7/site-packages/distribute-0.6.28-py2.7.egg/pkg_resources.py", line 2583, in scan_list raise ValueError("Expected "+item_name+" in",line,"at",line[p:]) ValueError: ('Expected version spec in', 'git+https://github.com/auzigog/jinja-bootstrap.git@v0.3.0', 'at', '+https://github.com/auzigog/jinja-bootstrap.git@v0.3.0')

pmclanahan commented 11 years ago

Looks like maybe you need a newer version of pip? Do you know what versions of pip and virtualenv you're using?

If you need to upgrade, I believe pip can upgrade itself. pip install -U pip virtualenv should do the trick.

pmclanahan commented 11 years ago

Also thanks for the report! And if you have time please post more issues if you find them. I know the docs need improvement.

anerg commented 11 years ago

Thanks for the answer... got caught in other work but will be back to evaluating scrumbugz next week. You were right, upgrading pip helped!

I'll report bugz I find, don't worry. :-)