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
I did not install autopep8 (preferring black), pylint (preferring flake8), rope (preferring jedi) or yapf (preferring black). Taking that into account I see the following warning messages in [stderr] even if I have disabled these options in my server configuration. Should this happen? I would have thought if those modules were disabled in the configuration one should not see such warnings.
WARNING - pylsp.config.config - Failed to load pylsp entry point 'autopep8': No module named 'autopep8'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'pylint': No module named 'pylint'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'rope_completion': No module named 'rope'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'rope_rename': No module named 'rope'
WARNING - pylsp.config.config - Failed to load pylsp entry point 'yapf': No module named 'yapf'
The text was updated successfully, but these errors were encountered:
I did not install autopep8 (preferring black), pylint (preferring flake8), rope (preferring jedi) or yapf (preferring black). Taking that into account I see the following warning messages in [stderr] even if I have disabled these options in my server configuration. Should this happen? I would have thought if those modules were disabled in the configuration one should not see such warnings.
The text was updated successfully, but these errors were encountered: