sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.
https://packagecontrol.io/packages/LSP-ruff
MIT License
26 stars 4 forks source link

ensurepip does not exist as standalone program #30

Closed edaqa-uncountable closed 9 months ago

edaqa-uncountable commented 10 months ago

On recent Ubuntu installs, the ensurepip program does not exist in Python3.11. It needs to be called as python -m ensurepip. This precents the ruff package from setting up correctly.

LDAP commented 10 months ago

Can you provide Sublime Text logs, error messages and such?

rchl commented 9 months ago

Closing due to no response. We are not calling ensurepip anyway. Maybe pip does but that's out of our control.