Previous versions were installed and tested using editable mode. This masked two critical problems with the package structure, resulting in a broken package when installed using non-editable mode.
The setup.py file does not list sub-packages resulting in import errors.
Four sub-directories are missing an init file resulting in import errors.
Current workaround is to install using editable mode.
Previous versions were installed and tested using editable mode. This masked two critical problems with the package structure, resulting in a broken package when installed using non-editable mode.
Current workaround is to install using editable mode.