Skip to content

Windows OS Build Issue : error[E0463]: can't find crate for blas_src #28

@hossam-houssien

Description

@hossam-houssien
  • trying to build using cargo on wondows os
cargo build -r
    Updating crates.io index
     Locking 422 packages to latest compatible versions
      Adding axum-server v0.7.3 (available: v0.8.0)
      Adding blas-src v0.10.0 (available: v0.14.0)
.
.
.
warning: larql-compute@0.1.0: cl : Command line warning D9002 : ignoring unknown option '-mavx2'
   Compiling url v2.5.8
   Compiling hyper-tls v0.6.0
.
.
.
 Compiling tokenizers v0.21.4
   Compiling rmp-serde v1.3.1
error[E0463]: can't find crate for `blas_src`
  --> crates\larql-compute\src\lib.rs:32:1
   |
32 | extern crate blas_src;
   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate

For more information about this error, try `rustc --explain E0463`.
warning: larql-compute@0.1.0: cl : Command line warning D9002 : ignoring unknown option '-mavx2'
error: could not compile `larql-compute` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
  • OS :Microsoft Windows [Version 10.0.22631.5624]
  • cargo:
cargo --version
cargo 1.94.1 (29ea6fb6a 2026-03-24)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions