Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump packaging version to 22.0 to fix setuptools install issue #217

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reiniscirpons
Copy link
Collaborator

Was having issues installing the libsemigroups_pybind11 package earlier today with the error:

File "/tmp/pip-build-env-3v2o_037/overlay/lib/python3.12/site-packages/setuptools/_core_metadata.py", line 290, in _distribution_fullname
          canonicalize_version(version, strip_trailing_zero=False),
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

As per pypa/setuptools#4483 it seems this has something to do with setuptools versions above 71.0 and packaging below version 22.0. As a fix I've bumped the packaging package version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant