1👍
Maybe you should install less
globally with:
npm install -g less
Also, I recomend you to consider similar django-app: django-pipeline, because: django-compress is no longer maintained.
With django-pipeline you can set a path to less compiler with PIPELINE_LESS_BINARY
setting.
Source:stackexchange.com