building scipy from scratch?
# ask-questions
m
building scipy from scratch?
r
I am using brew.
m
in this case you're not, see in your shell output it's doing:
Copy code
$ poetry install
 | Installing dependencies from lock file
 | 
 | Package operations: 1 install, 0 updates, 0 removals
 | 
 |   - Installing scipy (1.13.1)
 | 
 | PEP517 build of a dependency failed
 | 
 | Backend subprocess exited when trying to invoke build_wheel
But anyways, as you can see, you can't currently run the setup because poetry is not able to build scipy
r
ok, is there a way to fix this?
m
From https://docs.scipy.org/doc/scipy/building/index.html
Copy code
brew install gfortran openblas pkg-config
brew info openblas | grep PKG_CONFIG_PATH
👀 1