Skip to content

Server warns when optional modules do not exist #265

@doolio

Description

@doolio

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'           

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions