palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

usjon >= 3.0.0 required but not available for Python 2.7 #863

Closed cwagner2046 closed 3 years ago

cwagner2046 commented 3 years ago

Hi,

Trying to install Python-language-server (pip install python-language-server) leads to a failure because: "ERROR: Could not find a version that satisfies the requirement ujson>=3.0.0 (from python-language-server) (from versions: 1.4, 1.6, 1.8, 1.9, 1.15, 1.18, 1.19, 1.21, 1.22, 1.23, 1.30, 1.33, 1.34, 1.35, 2.0.0, 2.0.1, 2.0.2, 2.0.3)". I'm currently using Python 2.7.

Does this mean that Python-language-server runs only on Python 3+?

Thanks, --Christian