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

AttributeError: _ARRAY_API not found #297

Open
ModeSevenIndustrialSolutions opened this issue Mar 11, 2025 · 0 comments
Open

AttributeError: _ARRAY_API not found #297

ModeSevenIndustrialSolutions opened this issue Mar 11, 2025 · 0 comments
Assignees

Comments

@ModeSevenIndustrialSolutions
Copy link
Contributor

We need to resolve the traceback error below:

Traceback (most recent call last):  File "/Users/mwatkins/.pyenv/versions/3.11.6/bin/osc-transformer-presteps", line 5, in <module>
    from osc_transformer_presteps.cli import run
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/osc_transformer_presteps/cli.py", line 9, in <module>
    from osc_transformer_presteps.run_local_relevance_curation import app as curation
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/osc_transformer_presteps/run_local_relevance_curation.py", line 9, in <module>
    import pandas as pd
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/__init__.py", line 49, in <module>
    from pandas.core.api import (
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/api.py", line 28, in <module>
    from pandas.core.arrays import Categorical
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/arrays/__init__.py", line 1, in <module>
    from pandas.core.arrays.arrow import ArrowExtensionArray
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/arrays/arrow/__init__.py", line 5, in <module>
    from pandas.core.arrays.arrow.array import ArrowExtensionArray
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/arrays/arrow/array.py", line 50, in <module>
    from pandas.core import (
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/ops/__init__.py", line 8, in <module>
    from pandas.core.ops.array_ops import (
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/ops/array_ops.py", line 56, in <module>
    from pandas.core.computation import expressions
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/computation/expressions.py", line 21, in <module>
    from pandas.core.computation.check import NUMEXPR_INSTALLED
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/core/computation/check.py", line 5, in <module>
    ne = import_optional_dependency("numexpr", errors="warn")
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/pandas/compat/_optional.py", line 135, in import_optional_dependency
    module = importlib.import_module(name)
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/Users/mwatkins/.pyenv/versions/3.11.6/lib/python3.11/site-packages/numexpr/__init__.py", line 24, in <module>
    from numexpr.interpreter import MAX_THREADS, use_vml, __BLOCK_SIZE1__
AttributeError: _ARRAY_API not found
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

2 participants