Can psutil dependency be optional?
See original GitHub issueWe ship jedi-language-server
with Python extension for VS Code, which depends on pygls
. With the latest version 0.10.*
there is a dependency on psutils
which means that we cant ship jedi-language-server
in-box, since psutil
needs the wheels on some platforms. Can the psutil
dependency be made optional?
/cc @pappasam
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Optional dependencies in distutils / pip - python - Stack Overflow
I call them optional dependencies, because that is what ubuntu's package manager call them. They are not strictly required, but if they are...
Read more >A Better Practice for Managing Many extras_require ...
In this article, I introduce a simple yet effective solution to manage optional dependencies via extras_require in Python. This method is ...
Read more >Dependencies — Matplotlib 3.6.2 documentation
When installing through a package manager like pip or conda , the mandatory dependencies are automatically installed. This list is mainly for reference....
Read more >Ganeti quick installation guide — Ganeti 2.16.2 documentation
apt-get install python-paramiko python-psutil qemu-utils ... Ganeti will use the option if it's detected by the configure script; auto-detection can be ...
Read more >Announcing Poetry 1.2.0 | Blog
A dependency group can be declared as optional. ... poetry add 'pytest-xdist[psutil] (>=2.4.0,<2.5.0); python_version >= "3.7"'.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll be able to test out once I add TCP support to
jedi-language-server
soon@karthiknadig, @pappasam, @perrinjerome, @brettcannon
This should work #163.