sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on install when "wheels" is missing

rchl opened this issue · comments

My python has updated through brew and now I'm getting this:

Screenshot 2020-12-07 at 21 24 15

I haven't tried fixing it yet but it's not a great message to show in the user's face.

According to allenai/document-qa#47 I might have to install some dependencies globally but that doesn't sound like a good solution.

@rwols do you have any idea for how to solve this nicely? If we could avoid building at all, that would be nice since it's a quite CPU-heavy process.

Nothing comes to mind :)

MacOS 11-specific bug and fixed 5 days ago in cpython...
python/cpython@5291639

Cpython Version with the fix is already available so we can close this.