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

LooseVersion is deprecated, use packaging.version instead #3893

Closed
hoxbro opened this issue Sep 20, 2022 · 0 comments · Fixed by #3897
Closed

LooseVersion is deprecated, use packaging.version instead #3893

hoxbro opened this issue Sep 20, 2022 · 0 comments · Fixed by #3897

Comments

@hoxbro
Copy link
Contributor

hoxbro commented Sep 20, 2022

I'm getting a DeprecationWarning when this line is run.

if _LooseVersion(_ipywidgets.__version__) >= _LooseVersion("7.0.0"):

DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
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 a pull request may close this issue.

1 participant