Marina Siebold
Marina Siebold
I am encountering the same problem with macOS 14.4.1. Steps to reproduce: `pip install river`
Thanks for helping me out @MaxHalford ! This is my traceback when running `pip install river`: ``` Building wheels for collected packages: river Building wheel for river (pyproject.toml) ... error...
Python 3.10.11 🐍
Yes, thank you @hannahleblanc ! This installation procedure solved it for me: ``` rustup target add x86_64-apple-darwin pip install git+ssh://[email protected]/online-ml/river.git --upgrade # using SSH pip install git+https://github.com/online-ml/river --upgrade # or...