pappasam / jedi-language-server

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

Pydantic-core build failures. "Unsupported Python Interpreter: python3.10" #279

Closed anoduck closed 1 year ago

anoduck commented 1 year ago

Python packages that require cross compilation of rust libraries almost always fail to build in OpenBSD systems. I imagine the same goes for other BSD based systems as well. This is due to the difference in required permissions and facilitating a different C compiler. They always fail when attempting to compile the maturin package.

pappasam commented 1 year ago

Should be resolved in https://github.com/pappasam/jedi-language-server/releases/tag/v0.41.1 , which removes the pydantic dependency

anoduck commented 1 year ago

@pappasam Holy Shit! This is terrific news. May god be with you.