Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

ARM64/aarch64 Not Supported - x86 assumed #108

Open
danieldjewell opened this issue Jul 8, 2020 · 1 comment
Open

ARM64/aarch64 Not Supported - x86 assumed #108

danieldjewell opened this issue Jul 8, 2020 · 1 comment

Comments

@danieldjewell
Copy link

Hi All,

It looks like lsp-python-ms will happily resolve whether one is running linux/darwin/windows but automatically assumes that the architecture is x64. While I'm aware that Microsoft's python LS doesn't currently have an arm64 build, I think the init routine should at least double check to make sure that it's compatible. (It took me about 20 minutes of fighting to try and figure out why it wasn't working - since there was no error message nor any mention of archtecture in the documentation that I could find.)

A best-case wish would be an architecture-agnostic script that would download pre-built binaries if possible and then would fall back to building - or at least fail and alert the user that they need to build manually.

:)

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

No branches or pull requests

2 participants