Im trying to install this package using my windows 11 machine, python version 3.14.0 and pip version 25.3 and numpy 2.3.4
This is what I get:
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ C:\Users\user\AppData\Local\Programs\Python\Python314\python.exe
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> numpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I don't know what I have to do, my PIP is already in PATH, I already installed another frameworks with pip, I need this in my windows machine, in linux mint and endeavoros work perfectly, can someone help me?
pip installwith option--verboseand it may display more details about problem.