Marco Zamboni
Results
2
comments of
Marco Zamboni
From the user perspective a workaround is to specify a compatible numpy version in your `requirements.txt` or installation command, for example: ``` pip install numpy==1.26 ```
> I'm not sure why, but I think you need to clone the repo and then install from the local copy. pip is trying to build the library in an...