MKIDPipeline uses a package "tkinter" that is automatically installed on the server but not MacOS systems. When installing the pipeline outside of the server, it will fail pdm testing because tkinter is not installed. To get around this issue you can manually install tkinter in the command line, but this install should be integrated into the pyproject.toml dependencies.
MKIDPipeline uses a package "tkinter" that is automatically installed on the server but not MacOS systems. When installing the pipeline outside of the server, it will fail pdm testing because tkinter is not installed. To get around this issue you can manually install tkinter in the command line, but this install should be integrated into the pyproject.toml dependencies.