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 run pyls with python2 on debian10 like this
"python2 -m pyls"
When client send initialize, I received the error
ContextualVersionConflict: (configparser 3.5.0b2 (/usr/lib/python2.7/dist-packages), Requirement.parse('configparser>=3.5; python_version < "3"'), set(['importlib-metadata']))
any ideas?Is the configparser has a wrong version?
The text was updated successfully, but these errors were encountered:
I run pyls with python2 on debian10 like this
"python2 -m pyls"
When client send initialize, I received the error
ContextualVersionConflict: (configparser 3.5.0b2 (/usr/lib/python2.7/dist-packages), Requirement.parse('configparser>=3.5; python_version < "3"'), set(['importlib-metadata']))
any ideas?Is the configparser has a wrong version?
The text was updated successfully, but these errors were encountered: