-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Cannot install python-language-server[all] #1538
Comments
I think I stumbled on the same issue but in my case with Dask. As far as I understand there is a problem with resolving of dependency version of the packages that are supposed to be install via
As you can see, I specify in my requirements Pinning |
#1539 should fix the issue. Could you try it? |
Edit: |
@heavelock, great! Thanks for the feedback 👍🏻 |
I also confirm that running
resolves the dependencies properly. Thanks! |
@renatocan FYI I've rebase #1539 onto the latest master. It's still in the review process though, but nearly finished. |
This has been fixed in #1539 with the backtracking resolver, try |
I'm not sure this is the right place to report this. Anyway, I'm using pip-tools to manage my environments and I had a problem when I tried to upgrade to Python 3.10. After some analysis, I found out that the problem was related to the line
python-language-server[all]
in myrequirements.in
file. It works with Python 3.9.7 but it presents an error with Python 3.10.Environment Versions
Arch Linux 5.15.2-arch1-1
3.10.0
pip 21.2.3
pip-compile, version 6.4.0
Steps to replicate
requirements.in
file with the linepython-language-server[all]
pip-compile requirements.in
Expected result
Solve dependencies and create a
requirements.txt
file.Actual result
The text was updated successfully, but these errors were encountered: