some people that stumble upon this thread may just need to make sure that the file that rq worker is trying to run is in the same directory that rq worker was started.
or make sure you start rq worker in the same project or app folder as the job you want run.
it may also help to put the the specific functions that the worker needs to run in a seperate python file and put that where it is easy for rq worker to see also