You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
When I checkout the code and run:
sudo make install
the MOE scrubber code ends up in
/usr/local/lib/python2.7/dist-packages/moe-0.1-py2.7.egg.
Unfortunately, one file that does not end up in there is:
moe/scrubber/comment
Without this file, the following line in comment_scrubber.py fails:
extractor_binary = resources.GetResourceFilename(base.ResourceName('comment')\
)
In my case, I manually copied this file to
/usr/local/lib/python2.7/dist-packages/moe-0.1-py2.7.egg/moe/scrubber/comment,
but it would be nice if the installation process did this automatically.
Original issue reported on code.google.com by bolinf...@gmail.com on 9 Nov 2012 at 6:38