Bin/instance fg gives error- 'ImportError: no module named requests'

FYI: simplejson is no longer needed. json is part of Python standard library. You can replace all occurrences of simplejson with just json. Then you do not need to add it to your install_requires any more.

I have no good idea why the other error occurs, sorry.