I tried to install pyperscan, but I get the following ERROR message. Please help
window cmd stdin
pip install pyperscan
Return error
Collecting pyperscan
Using cached pyperscan-0.3.0.tar.gz (81 kB)
Installing build dependencies … done
Getting requirements to build wheel … done
Preparing metadata (pyproject.toml) … done
Building wheels for collected packages: pyperscan
Building wheel for pyperscan (pyproject.toml) … error
error: subprocess-exited-with-error
× Building wheel for pyperscan (pyproject.toml) did not run successfully.
│ exit code:
.
.
.
error[E0463]: can’t find crate for core
|
= note: the i686-pc-windows-msvc
target may not be installed
= help: consider downloading the target with rustup target add i686-pc-windows-msvc
error[E0463]: can't find crate for `compiler_builtins`
I expected it to be completed successfully. But it was my mistaken.
I don’t know much about Rust
sosomou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.