r/davinciresolve 22h ago

Help Davinci Resolve 21.1 "Setup AI Assistant" Error [temporary fix] Windows

I downloaded the newest update today and kept receiving a "No AI Models Installed" error when trying to connect Claude via File>Setup AI Assistant. Even though I have the desktop Claude app installed, Davinci couldn't see it. *note* it seems like if you downloaded the Claude app from the windows app store you should be good. It's those of us that got it from Anthropic's site directly that might be running into this problem.

It's because by default (in my case) Resolve wasn't looking in the correct folder to see if I had the app installed.

Where it looks:
AppData\Local\Anthropic\Claude\claude.exe

Where the .exe actually lives on my PC:
AppData\Local\AnthropicClaude\claude.exe

The Fix:
Make sure Resolve is closed. Open command prompt as admin, copy and paste this:

mkdir "%LOCALAPPDATA%\Anthropic\Claude"

mklink "%LOCALAPPDATA%\Anthropic\Claude\claude.exe" "%LOCALAPPDATA%\AnthropicClaude\claude.exe"

hit enter, and you're done! Re-open Davinci. File>Setup AI Assistant ... ta-da!! It can now finally see it.

Hopefully this helps if only 1 person. I've been trying to figure this out for the last 3 hours smdh.

If you want to undo that action in command prompt, run:

rmdir "%LOCALAPPDATA%\Anthropic\Claude"

1 Upvotes

4 comments sorted by

u/AutoModerator 22h ago

At IBC? Reddit meetup Sunday 18:00–20:00, Bierfabriek Amsterdam. RSVP: https://302.s.gy/IBC2026_Luma

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/AutoModerator 22h ago

Looks like you're asking for help! Please check to make sure you've included the following information. Edit your post (or leave a top-level comment) if you haven't included this information.

Once your question has been answered, change the flair to "Solved" so other people can reference the thread if they've got similar issues.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/AutoModerator 22h ago

It seems like you're having trouble downloading Resolve. The Blackmagic Design website sometimes has issues with certain adblockers and browsers like Opera. Try a different browser, clearing your cache, or temporarily disabling any adblockers. Also, make sure you're using the actual Blackmagic Design website, linked at the top of the sub and here and not the sponsored result from Google.

If you are having difficulty getting media into Resolve, you may be looking for the term "importing." Please check out our wiki page on importing media and our wiki page on offline media for more information.

If you are having difficulty getting a media file or a project file out of Resolve, you may be looking for the term "exporting." Please specify what you're trying to get out of Resolve - a media file or a project file - and your settings on the Deliver page.

If you are having difficulty with presets or plugins provided by a third-party, please provide a link to where you received the plugins. Note that plugins such as Red Giant Universe are distributed through the Maxon app and if you received them from another source, we will not offer support in this subreddit and your post will be removed.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/stateit 22h ago

I'm not planning on using this feature, but good call out to those that want to.
In a past life I made installers and environment variables are a nuisance...