Looks like there might be a compatibility issue or a broken package installation. Try uninstalling and reinstalling importlib-resources and neuralprophet using:
pip uninstall importlib-resources neuralprophet
pip install importlib-resources neuralprophet
Also, ensure you're using the correct Python environment. Let me know if that helps!