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

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

Open
2 tasks done
dagardner-nv opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

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
@dagardner-nv dagardner-nv added the bug Something isn't working label Jan 30, 2025
rapids-bot bot pushed a commit to nv-morpheus/utilities that referenced this issue Feb 1, 2025
Fix the python import

Contributes toward nv-morpheus/MRC#535

Authors:
  - Will Killian (https://github.com/willkill07)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant