#733: bloodhound_setup.py fails - "ImportError: No module named trac.util"
-------------------------+--------------------
Reporter: AlecTaylor | Owner: nobody
Type: defect | Status: new
Priority: blocker | Milestone:
Component: installer | Version:
Resolution: | Keywords:
-------------------------+--------------------
Comment (by AlecTaylor):
Oh goodie, a new error (after running that command in my `virtualenv`):
{{{
Exception:
Traceback (most recent call last):
File "bloodhound_env/local/lib/python2.7/site-
packages/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "bloodhound_env/local/lib/python2.7/site-
packages/pip/commands/install.py", line 220, in run
for req in parse_requirements(filename, finder=finder,
options=options):
File "bloodhound_env/local/lib/python2.7/site-packages/pip/req.py", line
1477, in parse_requirements
req = InstallRequirement.from_line(line, comes_from,
prereleases=getattr(options, "pre", None))
File "bloodhound_env/local/lib/python2.7/site-packages/pip/req.py", line
129, in from_line
return cls(req, comes_from, url=url, prereleases=prereleases)
File "bloodhound_env/local/lib/python2.7/site-packages/pip/req.py", line
44, in __init__
req = pkg_resources.Requirement.parse(req)
File "bloodhound_env/local/lib/python2.7/site-
packages/pkg_resources.py", line 2914, in parse
reqs = list(parse_requirements(s))
File "bloodhound_env/local/lib/python2.7/site-
packages/pkg_resources.py", line 2839, in parse_requirements
line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version
spec")
File "bloodhound_env/local/lib/python2.7/site-
packages/pkg_resources.py", line 2807, in scan_list
raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
ValueError: ('Expected version spec in', '../trac', 'at', '/trac')
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/733#comment:8>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker