Rust Image crc32fast

Viewed 65

I am very new to Rust. I have an issue with installing image crate:

[dependencies]
image = "0.23.14"
cargo 1.57.0 (b2e52d7ca 2021-10-21)
rustc 1.57.0 (f1edd0429 2021-11-29)
Microsoft Windows 10 Home
OS Version: 10.0.19043 N/A Build 19043

I get following compiling error:

error: failed to run custom build command for crc32fast v1.3.0

Probably some dependency is missing.

1 Answers

As it turned out, the problem was due to Kaspersky Anti Virus deleting the .exe file in build/crc32fast folder.

After adjusting Kaspersky I was able to compile.

Related