Skip to content

Python package relies on pkg_resources removed from setuptools 82 #151

Description

@peterdemin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions