When running the installed (typically /usr/local/bin/classify) version, classify doesn't have access to the packages installed in an active virtualenv.
Inspection of sys.path shows the virtual env paths haven't been added and site.py hasn't been patched with the virtualenv methods.
This stops classify inspecting anything with imports from the virtual packages.
When running the installed (typically
/usr/local/bin/classify) version, classify doesn't have access to the packages installed in an active virtualenv.Inspection of
sys.pathshows the virtual env paths haven't been added andsite.pyhasn't been patched with the virtualenv methods.This stops classify inspecting anything with imports from the virtual packages.