Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coc-tabnine error download on mac m2 's kali arm64 ( vmware ) #84

Open
Eloco opened this issue Mar 19, 2023 · 1 comment
Open

coc-tabnine error download on mac m2 's kali arm64 ( vmware ) #84

Eloco opened this issue Mar 19, 2023 · 1 comment

Comments

@Eloco
Copy link

Eloco commented Mar 19, 2023

let g:coc_global_extensions = ['coc-html','coc-css','coc-tabnine',
\ 'coc-yaml','coc-vimtex','coc-tsserver',
\ 'coc-markdownlint','coc-highlight', 'coc-pyright']

[coc.nvim] Download error Invalid response from https://update.tabnine.com/bundles/4.4.273/aarch64-unknown-linux-musl/TabNine.zip: 403

@sfiedler0
Copy link

As you can see in dl_binaries.sh (TabNine was Codota earlier, so this is official), aarch64-unknown-linux-musl is not available. You could ask TabNine to provide this target, but coc-tabnine would have to implement too checking for the right architecture, not only for the right platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants