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

It doesn't start. #63

Open
KianaKaslana638 opened this issue Aug 6, 2024 · 3 comments
Open

It doesn't start. #63

KianaKaslana638 opened this issue Aug 6, 2024 · 3 comments

Comments

@KianaKaslana638
Copy link

For the record, I'm using DaVinci Resolve 18.6 free running on macOS Sonoma 14.5 in a Mac Mini M2 with 8GB of RAM. Python is 3.12.4. All other dependencies are on its latest version.

I followed through the installation process, except for the Python part because I installed it from Python website and not through brew. I copied the auto-subs.py and auto-subs-lite.py on the designated system-wide Libraries folder. After starting up DaVinci Resolve, the script was recognized or found. But when I try to run auto-subs, it doesn't work. I receive no error messages, and Resolve's Python console is not returning any exception calls. The only plugin I can run is auto-subs-lite.

@YourAverageMo
Copy link

its possible your copy of Davinci is running an older version of python and could be the reason why. check what version of python davinci resolve uses. go to workspace > console and copy paste this into there:

import sys
print(sys.version)

press enter see if that matches ur version of python that u installed all those packages too if not theres your problem

@KianaKaslana638
Copy link
Author

REPOST. I only realized today that the images weren't properly embedded. I sent my reply using macOS's Mail app, but I don't know exactly what happened.

This is what my Resolve's Python console reports.
image

This is what my Python is reporting.
image

I forgot to tell this. My DaVinci Resolve was installed from the App Store, not from Blackmagic Design's official installer. I thought if I install it from their *.DMG, I might install an x86-64 version instead of arm64 for Apple M-series Silicon, but I was wrong. The installer was only in x86-64 and the version of Resolve it installs is Universal.

@KianaKaslana638
Copy link
Author

I was too busy at my work so I wasn't able to check on GitHub. I don't even get any replies for this issue too.

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