Received this error: "python -m esimport --help
/usr/bin/python: esimport is a package and cannot be directly executed." After finding this issue on StackOverflow, it seems that some versions on python will not execute a directory. Running "python -m esimport.main" did the trick.