Search code examples
macosdbt

Cannot run dbt deps command on macos. Having an permission error


I'm trying to run dbt deps command but i get this error OSError: [Errno 30] Read-only file system: '/mnt'

I tried disabling system integrity protection but i still have the same error. Is there a way to run dbt deps and bypass that /mnt folder or install it somewhere else?


Solution

  • I found the variable : packages-install-path By setting another folder, it solved my problem