You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep my neovim config synced between hosts. I started doing some Python work on one host so did MasonInstall and got ruff. Now on another host at every start of neovim I get an error about failing to install ruff.
Here is the error
[INFO Thu 31 Oct 2024 21:48:28 UTC] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=sqlfluff) {}
[INFO Thu 31 Oct 2024 21:48:28 UTC] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=ruff) {}
[ERROR Thu 31 Oct 2024 21:48:28 UTC] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=ruff) error=spawn: python3 failed with exit code 1 and signal 0.·
[ERROR Thu 31 Oct 2024 21:48:28 UTC] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=sqlfluff) error=spawn: python3 failed with exit code 1 and signal 0.
I am able to pip install sqlfluff (and same for ruff) on that system both for my user and system wide with sudo. Is there a way to get more information on what is failing for Mason exactly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I keep my neovim config synced between hosts. I started doing some Python work on one host so did MasonInstall and got ruff. Now on another host at every start of neovim I get an error about failing to install ruff.
Here is the error
I am able to
pip install sqlfluff
(and same forruff
) on that system both for my user and system wide withsudo
. Is there a way to get more information on what is failing for Mason exactly?Beta Was this translation helpful? Give feedback.
All reactions