Skip to content

[BUG]: Version check failing with ModuleNotFoundError: No module named 'setuptools.extern' #535

Open
@dagardner-nv

Description

Version

25.06

Which installation method(s) does this occur on?

Source

Describe the bug.

I think we need to replace:

from setuptools.extern import packaging; print(packaging.version.Version('${CURRENT_SHORT_TAG}'))

with:

from packaging import version; print(version.Version('${CURRENT_SHORT_TAG}'))

Minimum reproducible example

Relevant log output

Full env printout

Other/Misc.

No response

Code of Conduct

  • I agree to follow MRC's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions