-
Notifications
You must be signed in to change notification settings - Fork 13
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
struggling with code -1073741819 (0xC0000005) Please help #35
Comments
What Davinci Resolve version and Python version are you intending to use? Also, do you have Davinci Resolve Studio? |
Running latest version and its the free version. After two hours yesterday I think I finally came across a comment that said you need to use the studio version for scripting. |
even after upgrading im still not having much luck. Any tips?
|
If you are using Resolve 18, the installation instructions are a little different Essentially:
pip install git+https://github.com/pedrolabonia/pydavinci@resolve_18 Also, make sure you target Python 3.10 if you have multiple Pythons installed. On Windows you can do:
But of course different if using virtualenv, conda or pyenv etc. |
I have been trying to get this to work for serval hours now.
All I am getting is
Process finished with exit code -1073741819 (0xC0000005)
I have been trying this from Pycharm
from pydavinci import davinci
resolve = davinchi.Resolve()
timeline = resolve.active_timeline
print(timeline.name)
I have tried running it from the termal as well but all i get from that is that it cant find python
even though I have all the paths set.
Any chance you know what Im doing wrong.
The text was updated successfully, but these errors were encountered: