Sublime Forum

Trying to use Elixir-LSP and getting a bracex error

#1

I’ve installed Elixir, LSP and LSP-Elixir packages but I get the following error on the console:

ModuleNotFoundError: No module named 'bracex'

And when I run the Satisfy libraries command I see:

Package Control: The library "bracex" is not available for Python 3.8

Is this a known issue? How can I fix it? Thanks for any pointers!

Edit: running latest 4200 on Mac M4

0 Likes

#2

see https://github.com/wbond/package_control/issues/1716

1 Like

#3

Thanks, I unzipped the Package Control package file and applied the patch, re-zipped it and it works fine now!

0 Likes