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

Investigate unit test failures with python 3.6, 3.7, 3.12 #77

Open
smjoshiatglobus opened this issue Apr 30, 2024 · 0 comments
Open

Investigate unit test failures with python 3.6, 3.7, 3.12 #77

smjoshiatglobus opened this issue Apr 30, 2024 · 0 comments

Comments

@smjoshiatglobus
Copy link
Contributor

  • 3.6: Not available on ubuntu-22.04
  • 3.7: Results in failures in test_cli.py
  • 3.12: pkg_resources not supported
    • pydicom/data/data_manager.py:112: in get_external_sources
      from pkg_resources import iter_entry_points
      E   ModuleNotFoundError: No module named 'pkg_resources'
      
    • Probably due to loading incorrect version of pydicom. The latest version does not use pkg_resources, changed in Commit f5eeee
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

No branches or pull requests

1 participant