Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify version for pygls #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kinow
Copy link
Member

@kinow kinow commented Jun 3, 2022

Installing as per docs, with pip install -r requirements.txt results in the following error:

(venv) kinow@ranma:~/Development/python/workspace/cwl-language-server$ pip install -r requirements.txt 
Collecting git+https://github.com/openlawlibrary/pygls.git@ (from -r requirements.txt (line 2))
ERROR: The URL 'git+https://github.com/openlawlibrary/pygls.git@' has an empty revision (after @) which is not supported. Include a revision after @ or remove @ from the URL.
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/home/kinow/Development/python/workspace/cwl-language-server/venv/bin/python -m pip install --upgrade pip' command.

I used the latest tag master (since the README file mentions it) from their GH repository to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant