pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
572 stars 44 forks source link

Can not compile from sources. #267

Open Anoncheg1 opened 1 year ago

Anoncheg1 commented 1 year ago

I can not compile from sources. You use Poetry and install dependencies from PyPI in binary format wheel. From Poetry documentation: So, when you add dependencies to your project, Poetry will assume they are available on PyPI.

How should I do make command without PyPI binaries installation?

Why do you need such crazy amount of dependencies? This was working with zero dependencies: https://github.com/tkf/emacs-jedi/blob/master/jedi-core.el