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

multimethod is a runtime dependency #1112

Merged
merged 1 commit into from
Mar 14, 2023
Merged

multimethod is a runtime dependency #1112

merged 1 commit into from
Mar 14, 2023

Conversation

timkpaine
Copy link
Contributor

python -c "import pandera"

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/__init__.py", line 5, in <module>
    from pandera.accessors import pandas_accessor
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/accessors/pandas_accessor.py", line 7, in <module>
    from pandera.api.pandas.array import SeriesSchema
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/api/pandas/__init__.py", line 3, in <module>
    from pandera.api.pandas.array import SeriesSchema
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/api/pandas/array.py", line 11, in <module>
    from pandera.backends.pandas.array import (
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/backends/__init__.py", line 4, in <module>
    import pandera.backends.base.builtin_checks
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/backends/base/builtin_checks.py", line 14, in <module>
    from pandera.api.checks import Check
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/api/checks.py", line 18, in <module>
    from pandera.api.base.checks import BaseCheck, CheckResult
  File "/opt/homebrew/lib/python3.11/site-packages/pandera/api/base/checks.py", line 18, in <module>
    from multimethod import multidispatch as _multidispatch
ModuleNotFoundError: No module named 'multimethod'

Signed-off-by: Tim Paine <t.paine154@gmail.com>
@cosmicBboy
Copy link
Collaborator

thanks @timkpaine ! will cut a patch release

@cosmicBboy cosmicBboy merged commit d8fee89 into unionai-oss:main Mar 14, 2023
@timkpaine timkpaine deleted the tkp/0140 branch March 14, 2023 20:12
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.

2 participants