I couldn't find the repo for https://pypi.org/project/simple-photo-gallery/ but this repo seems to be the closest match.
The issue is that setuptools finally removed pkg_resources in version 82, and simple-photo-gallery imports it in two places:
simplegallery/logic/variants/google_gallery_logic.py
simplegallery/logic/variants/onedrive_gallery_logic.py
I have currently rolled back the setuptools until this is resolved.
Please let me know if I can help migrate the Python library to the modern approach.
I couldn't find the repo for https://pypi.org/project/simple-photo-gallery/ but this repo seems to be the closest match.
The issue is that setuptools finally removed pkg_resources in version 82, and simple-photo-gallery imports it in two places:
simplegallery/logic/variants/google_gallery_logic.pysimplegallery/logic/variants/onedrive_gallery_logic.pyI have currently rolled back the setuptools until this is resolved.
Please let me know if I can help migrate the Python library to the modern approach.