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

eva-decord not supported for arm linux #1453

Open
1 of 2 tasks
yulinzou opened this issue May 1, 2024 · 2 comments
Open
1 of 2 tasks

eva-decord not supported for arm linux #1453

yulinzou opened this issue May 1, 2024 · 2 comments

Comments

@yulinzou
Copy link

yulinzou commented May 1, 2024

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

Failed to install eva-decord for cursor.query("LOAD VIDEO 'russia_ukraine.mp4' INTO VIDEOS").df()

Traceback (most recent call last):
  File "/users/yulin001/run_evadb.py", line 25, in <module>
    cursor.query("LOAD VIDEO 'russia_ukraine.mp4' INTO VIDEOS").df()
  File "/users/yulin001/evadb-venv/lib/python3.9/site-packages/evadb/interfaces/relational/relation.py", line 123, in df
    batch = self.execute(drop_alias=drop_alias)
  File "/users/yulin001/evadb-venv/lib/python3.9/site-packages/evadb/interfaces/relational/relation.py", line 141, in execute
    result = execute_statement(self._evadb, self._query_node.copy())
  File "/users/yulin001/evadb-venv/lib/python3.9/site-packages/evadb/server/command_handler.py", line 53, in execute_statement
    batch_list = list(output)
  File "/users/yulin001/evadb-venv/lib/python3.9/site-packages/evadb/executor/plan_executor.py", line 183, in execute_plan
    raise ExecutorError(e)
evadb.executor.executor_utils.ExecutorError: Could not import decord python package.
                Please install it with `pip install eva-decord`.
pip install eva-decord
ERROR: Could not find a version that satisfies the requirement eva-decord (from versions: none)
ERROR: No matching distribution found for eva-decord

Environment

  • EvaDB: v0.3.9
  • Ubuntu: 18.04
  • Python: 3.9.19
  • CPU: arm64
  • GPU: No

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
Copy link
Contributor

github-actions bot commented May 1, 2024

👋 Hello @yulinzou, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis.

If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results.

@yulinzou
Copy link
Author

yulinzou commented May 1, 2024

Followed the tutorial, failed to execute cursor.query("LOAD VIDEO 'russia_ukraine.mp4' INTO VIDEOS").df()

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

1 participant