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

Revert "[AIR][Predictor] Enable numpy based predictor" #30362

Closed
wants to merge 1 commit into from

Conversation

fishbone
Copy link
Contributor

Reverts #28917

image

Executed 1 out of 1 test: 1 fails locally.
(13:58:01) INFO: Build completed, 1 test FAILED, 4 total actions
(base) root@9947804ba968:/ray# cat   /root/.cache/bazel/_bazel_root/5fe90af4e7d1ed9fcf52f59e39e126f5/execroot/com_github_ray_project_ray/bazel-out/k8-opt/testlogs/python/ray/tests/test_basic/test_attempts/attempt_2.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //python/ray/tests:test_basic
-----------------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/.cache/bazel/_bazel_root/5fe90af4e7d1ed9fcf52f59e39e126f5/execroot/com_github_ray_project_ray/bazel-out/k8-opt/bin/python/ray/tests/test_basic.runfiles/com_github_ray_project_ray/python/ray/tests/test_basic.py", line 11, in <module>
    import ray
  File "/ray/python/ray/__init__.py", line 171, in <module>
    from ray import data  # noqa: E402,F401
  File "/ray/python/ray/data/__init__.py", line 3, in <module>
    from ray.data.dataset import Dataset
  File "/ray/python/ray/data/dataset.py", line 30, in <module>
    from ray.air.util.data_batch_conversion import BlockFormat
  File "/ray/python/ray/air/util/data_batch_conversion.py", line 6, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

It seems that unnecessary libs are imported with minimal install.

@fishbone
Copy link
Contributor Author

Just noticed it's being fixed here #30352

I'll hold this PR.

@fishbone fishbone closed this Nov 17, 2022
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.

4 participants