ragas icon indicating copy to clipboard operation
ragas copied to clipboard

Unable to install NumPy

Open AbhinavGavireddi opened this issue 3 months ago • 1 comments

[ ] I have checked the documentation and related resources and couldn't resolve my bug.

Describe the bug

Unable to install NumPy.

Ragas version: 0.3.4 Python version: 3.13 OS : macOS ARM (Darwin 24.6.0)

Code to Reproduce

followed the same steps as in the DEVELOPMENT.md - Quickstart (for developers). Fails at Make install.

Error trace

Expected behavior

NumPy should get installed without raising any C++ errors.

Additional context

Python 3.13 (dev/early release) on macOS ARM (darwin) and NumPy 2.0.2 is trying to build from source because there isn’t a prebuilt wheel for that Python version yet.

AbhinavGavireddi avatar Sep 15 '25 08:09 AbhinavGavireddi