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 Runtime Failure #917

Closed
1 of 2 tasks
AmritK10 opened this issue Jun 30, 2023 · 6 comments
Closed
1 of 2 tasks

Eva Decord Runtime Failure #917

AmritK10 opened this issue Jun 30, 2023 · 6 comments
Labels
Bug 🐞 EVA is not working as expected Crash 💥 EVA is crashing

Comments

@AmritK10
Copy link

Search before asking

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

Bug

eva-decord (0.6.1) fails during runtime with the following error:

Failed to import transformers.pipelines because of the following error (look up to see its traceback): dlopen(/Users/amritkhera/Desktop/youtube_video_qa/venv/lib/python3.9/site-packages/decord/libdecord.dylib, 10): Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv Referenced from: /Users/amritkhera/Desktop/youtube_video_qa/venv/lib/python3.9/site-packages/decord/libdecord.dylib (which was built for Mac OS X 12.6) Expected in: /usr/lib/libc++.1.dylib

The error seems to be related to the Mac OS version (10.15+) as eva-decord seems to be supporting 12+
The exact environment details including OS is mentioned below.

Temp Fix:

  1. Uninstall eva-decord (0.6.1)
  2. Use python 3.8.* (as decord doesn't support python >= 3.9)
  3. Install decord (0.6.0)

Environment

  • EvaDB: v0.3.0
  • Eva-Decord: v0.6.1
  • OS: Mac OS 10.15.7 on Intel based Mac

Are you willing to submit a PR?

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

👋 Hello @AmritK10, 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.

@gaurav274
Copy link
Member

@AmritK10 Is this still an issue?

@AmritK10
Copy link
Author

AmritK10 commented Sep 1, 2023

Hey, this PR on eva-decord contains the fix: georgia-tech-db/eva-decord#4
I had validated the changes on both intel and apple silicon Macs

@xzdandy
Copy link
Collaborator

xzdandy commented Sep 22, 2023

What is the status of this PR? What is the next step? Thanks!

@xzdandy xzdandy added Bug 🐞 EVA is not working as expected Crash 💥 EVA is crashing labels Sep 22, 2023
@AmritK10
Copy link
Author

I believe it should be ready to be merged

@xzdandy
Copy link
Collaborator

xzdandy commented Sep 24, 2023

Close this PR given it does not include change to the EvaDB repo. We can follow up in georgia-tech-db/eva-decord#4. Thanks!

@xzdandy xzdandy closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected Crash 💥 EVA is crashing
Projects
None yet
Development

No branches or pull requests

3 participants