Skip to content

Unsupported architecture or OS: x86_64 Windows_NT #115

@msagca

Description

@msagca

When I launch neovim, I get this error message:

[LLM] Unsupported architecture or OS: x86_64 Windows_NT
[LLM] failed to download llm-ls

It's the same for MinGW:

[LLM] Unsupported architecture or OS: x86_64 MINGW32_NT-10.0
[LLM] failed to download llm-ls

My configuration is as follows:

'huggingface/llm.nvim',
config = function()
  require('llm').setup {
    backend = 'ollama',
    model = 'codellama',
    url = 'http://localhost:11434/api/generate',
    lsp = { bin_path = vim.api.nvim_call_function('stdpath', { 'data' }) .. '/mason/bin/llm-ls' },
  }
end

and the installation command looks like this:

require('mason-tool-installer').setup {
  ensure_installed = { 'llm-ls' }
}

It works fine in WSL though (using the same config).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions