when building EXE with pyinstaller, the resulting exe file doesn't execute and the error 'ModuleNotFoundError: No module named 'loguru'' is shown. Running the pythons script works without any issues.
didn't find any solution that worked so far on Stackoverflow