vscode-sqlfluff icon indicating copy to clipboard operation
vscode-sqlfluff copied to clipboard

executable not found

Open theking2 opened this issue 1 year ago • 1 comments

I've install sqlfluff with pip install sqlfluff It is installed on C:\Python313\Lib\site-packages Yet it cannot be found. I've tried these for "sqlfluff.executablePath"

  • sqlfluff
  • "C:\Python313\Lib\site-packages\"
  • "C:\Python313\Lib\site-packages\sqlfluff"

But that didn't help.

theking2 avatar Sep 28 '24 07:09 theking2

The executable (sqlfluff.exe) should be in C:\Python313\Scripts: Add this to PATH or set it in sqlfluff.executablePath.

lcnittl avatar Nov 12 '25 17:11 lcnittl