Open esheldon opened 5 months ago
I don't understand why its trying to install numpy here, its already installed
Installing backend dependencies: started
Installing backend dependencies: still running...
Installing backend dependencies: finished with status 'error'
error: subprocess-exited-with-error
pip subprocess to install backend dependencies did not run successfully.
exit code: 1
[408 lines of output]
Collecting numpy
Downloading numpy-2.0.0.tar.gz (18.3 MB)
--------------------------------------- 18.3/18.3 MB 50.4 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: still running...
Installing build dependencies: finished with status 'error'
error: subprocess-exited-with-error
pip subprocess to install build dependencies did not run successfully.
exit code: 1
Here's a clue. It is ignoring the existing numpy install because it wants to build everything from scratch
WARNING: Implying --no-binary=:all: due to the presence of --build-option / --global-option.
Not a good sign. Doesn't know about the build system and it is trying to use unix style paths with
/
instead of\