Code not starting under latest Python versions
The following statement in lines 166-168 of run_pampelmuse.py fails for the latest python versions.
# read default configuration, note "f" is a PosixPath object
with files('pampelmuse.config') / 'data' / 'pampelmuse.json' as f:
config = json.loads(f.read_text())