When running mycliapp start, I get a ModuleNotFoundError. The command doesn’t work.
ModuleNotFoundError: No module named 'some_nonexistent_module'pip install mycliappmycliapp startThis started after updating to 1.2.3. It looks like there might be a bad import in the code.