-
Notifications
You must be signed in to change notification settings - Fork 265
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
Comments
👋 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. |
@AmritK10 Is this still an issue? |
Hey, this PR on eva-decord contains the fix: georgia-tech-db/eva-decord#4 |
What is the status of this PR? What is the next step? Thanks! |
I believe it should be ready to be merged |
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! |
Search before asking
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:
Environment
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: