#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 rjollos):
It seems that, due to the use of relative paths in `requirements.txt`, my
guidance was incorrect. Try:
{{{#!sh
cd installer
pip install -r requirements.txt
}}}
Regarding the original issue, I guess that your virtual environment was
being properly activated in your script? I vaguely remember running into a
similar issue in the past, that it didn't work properly in my script, but
worked fine form the command line.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/733#comment:9>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker