You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking versions for python 3.7+ is annoying due to the lack of importlib.metadata in python 3.7.
If you switch this to python 3.8+ you can use importlib.metadata instead. For python 3.7+ you could use importlib_metadata from spacy.compat. You'd have to refactor the version checking code a bit to import spacy first/separately.
pygls 1.1
seems to have removed the__version__
attribute from the top-level module, which breaks the validation code.The text was updated successfully, but these errors were encountered: