Can't load extension - "Error loading extension (...) (no such file)" #3933
-
Hey, I'm trying to add the sqlite-vec extension to DB Browser via Settings -> Extensions, but it throws an error:
Is sqlite-vec not supported or do you know why this might be happening? The file path is definitely correct and I tried removing the file extension, adding this doubled file extension and so on but I keep getting this error. I also made sure that the file is executable (since macOS blocks execution by default, but I allowed it through the system settings) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
And what is the full path of the file (including extension) of the file you're trying to add? |
Beta Was this translation helpful? Give feedback.
-
Hi @SwiftedMind, This issue occurs due to security measures required when notarizing an app on macOS.
If you have any questions, please feel free to ask. Thank you. :) |
Beta Was this translation helpful? Give feedback.
Hi @SwiftedMind, This issue occurs due to security measures required when notarizing an app on macOS.
You can temporaily resolve this issue by following the sequence of commands below.
Terminal
codesign --force --deep -s - /Applications/DB\ Browser\ for\ SQLite.app
codesign --force -s - /Users/swiftedmind/Documents/vec0.dylib
If you have any questions, please feel free to ask. Thank you. :)