-
-
Notifications
You must be signed in to change notification settings - Fork 11
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: linking with link.exe
failed: exit code: 1120
#50
Comments
So it looks like you need to select a blas backend for You should be able to do this (provided I'm correct about cargo feature resolution by adding one of the following features to ndarray-vision: I think before I had intelmkl as default but it caused issue for some users on different operating systems - though maybe there's some benefit to adding them as top level features for ndarray-vision and documenting more (I'll do it or a PR would be appreciated 😁 ) |
Definitely I will Raise a PR. |
Hi I am testing your Suggestion , But Faceing This new Error this is the PR I submited. here is the code base for testing the PR my
|
Ah if you look at the ndarray-vision Cargo.toml there's this part in dev dependencies for the same Ok error, it seems anyhow is part of the public API and had some sort of breaking change:
Also I saw the PR, I'll try and find some time to have a look later today 😄 |
Thanks , |
Hi ,
I copy & paste the Example code provided in here and then did
cargo run
.Found Following Error
error: linking with link.exe failed: exit code: 1120
MY
Cargo.toml
Error Screen Shot
Here is the complete error Log
nd-array-vision-error.txt
Rust Version - rustc 1.57.0 (f1edd0429 2021-11-29)
Cargo Version - cargo 1.57.0 (b2e52d7ca 2021-10-21)
Operating System -Windows, version 10.0.19042 X64
I would greatly appreciate your assistance if I am missing something.
The text was updated successfully, but these errors were encountered: