-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing in Neovim using Mason #49
Comments
Mason uses cargo (Rust's package manager) to build/install pylyzer. |
Thank you. Got it working. Had to install rust. But it's tedious process. I don't know and use rust. Yet I had to install it for this application which I found takes space and is pretty resource intensive to install. Was wondering why is that packages like ruff or broot don't require installing rust it's so much easy to install. |
@Trid-collab it's because ruff is written in python and you probably had python installed already. |
The ruff docs say the following though: |
Actually, pylyzer can be installed from pip, but mason seems to use the cargo method. I am not a maintainer of mason, so I cannot fix this issue. |
I am using Neovim nightly with Mason to install pylyzer and I am getting the following error:
Could you please direct if I am missing anything here
The text was updated successfully, but these errors were encountered: