Resolve Studio not finding my Python3 installation on macOS

v20.0B buld 23 aka beta3
I'm on macOS and have installed Python3 via the fairly standard "brew install python3"
Resolve can't find it so scripting inside Resolve via Python doesn't work.
In particular, pressing the Py3 button on the Console says Python not installed.
ChatGPT thinks I don't have studio installed even though the splash screen says studio because...
I'm on macOS and have installed Python3 via the fairly standard "brew install python3"
Resolve can't find it so scripting inside Resolve via Python doesn't work.
In particular, pressing the Py3 button on the Console says Python not installed.
ChatGPT thinks I don't have studio installed even though the splash screen says studio because...
- Code: Select all
joe@joelap16 ~ % mdls -name kMDItemCFBundleIdentifier /Applications/DaVinci\ Resolve/DaVinci\ Resolve.app
kMDItemCFBundleIdentifier = "com.blackmagic-design.DaVinciResolve"
joe@joelap16 ~ %
Thanks for confirming — based on both the screenshot and this key output:
kMDItemCFBundleIdentifier = "com.blackmagic-design.DaVinciResolve"
—you are running the free version of DaVinci Resolve, not DaVinci Resolve Studio, despite the "Studio 20" branding in the splash screen.
The Studio edition has this bundle ID:
com.blackmagic-design.DaVinciResolveStudio
Only that version supports Python scripting.