start Command Fails with ModuleNotFoundError

documentationhelp wantedbug

Description:

When running mycliapp start, I get a ModuleNotFoundError. The command doesn’t work.

Error Message:

ModuleNotFoundError: No module named 'some_nonexistent_module'

Steps to Reproduce:

  1. Install with pip install mycliapp
  2. Run mycliapp start

Environment:

Additional Info:

This started after updating to 1.2.3. It looks like there might be a bad import in the code.