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

DeprecationWarning because of distutils #99

Open
phlibi opened this issue Oct 24, 2023 · 0 comments
Open

DeprecationWarning because of distutils #99

phlibi opened this issue Oct 24, 2023 · 0 comments

Comments

@phlibi
Copy link

phlibi commented Oct 24, 2023

With Python 3.12 on the way and the removal of the distutils package, a version check should be updated:

../../../../../../.pyenv/versions/3.11.2/lib/python3.11/site-packages/pylibdmtx/wrapper.py:199
../../../../../../.pyenv/versions/3.11.2/lib/python3.11/site-packages/pylibdmtx/wrapper.py:199
  /home/phip/.pyenv/versions/3.11.2/lib/python3.11/site-packages/pylibdmtx/wrapper.py:199: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    if LooseVersion(dmtxVersion()) < LooseVersion('0.7.5'):
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