Replies: 3 comments 2 replies
-
Uhh, that's strange. Installing ruff with Can you tell us a little more about your setup. What CPU architecture are you using? Or can you share the log for installing ruff (I've never done this myself but found it on StackOverflow):
and then share the content of LOG_FILE with us. If it doesn't work, don't bother with it. |
Beta Was this translation helpful? Give feedback.
-
Interesting, we do build wheels for Windows so it should work fine without a Rust toolchain. Maybe something specific to the architecture? |
Beta Was this translation helpful? Give feedback.
-
Thank you both for responding! I've opened this discussion to see if this small issue reoccurs for others, right now it doesn't seem the case 🙂 |
Beta Was this translation helpful? Give feedback.
-
I use
ruff
as apre-commit
hook as advised and ran into a problem on Windows (10):Would output:
I first tried to install
ruff
withpip
, but it didn't help.What solved the issue for me was installing Rust:
https://www.rust-lang.org/tools/install
I hope this will help users in the future.
Maybe it's even worth mentioning in the installation part if it occurs to many others:
https://beta.ruff.rs/docs/installation/
Currently, there are no special instructions for Windows.
Beta Was this translation helpful? Give feedback.
All reactions