Skip to content

Conversation

@cdutr
Copy link

@cdutr cdutr commented Jan 25, 2026

Summary

  • Add packaging>=20.0 to dependencies in pyproject.toml

This fixes a ModuleNotFoundError: No module named 'packaging' that occurs when importing arize.pandas.logger, which uses from packaging.version import parse as parse_version.

Test plan

  • Verify import works: from arize.pandas.logger import Client

Closes #109

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 this pull request may close these issues.

Missing dependency packaging

1 participant