Closed jacebrowning closed 1 month ago
pkg_resources
is no longer included in virtual environments from Python 3.12 - making this PR required to run on 3.12.
Alternatively, manually installing setuptools
(pip install setuptools
) also solves the problem.
@nickstenning as this is going to slowly start becoming more of an issue - any chance of a release? :slightly_smiling_face:
Thank you for this! I've fixed this in #249 and will cut a release shortly.
Specifically, the Python 3.10 images on CircleCI no longer include
pkg_resrouces
as it's deprecated:Starting in Python 3.8, importlib.metdata is the preferred way to find entry points.