-
-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheel for river #1517
Comments
Hey, Could you provide a minimal reproducible example, please? With your system information? |
I am encountering the same problem with macOS 14.4.1. Steps to reproduce: |
I'm sorry to hear that @marinasie. I'm on MacOS 14, Sonoma, and it's working. Could you share a traceback, including the error you obtained? |
Thanks for helping me out @MaxHalford ! This is my traceback when running
|
May I ask which Python version you're using? |
Python 3.10.11 🐍 |
Ok super weird. Normally a pre-built wheel should be used, so you don't have to install from scratch. I asked because I see a |
I think there is no pre-built wheel for MacOS 14 on an Intel CPU, so Pip builds it from scratch. |
I am getting the same error as @marinasie with Python 3.11 mac 14.3 when using |
Yes, thank you @hannahleblanc ! This installation procedure solved it for me:
Worked with python 3.10.11 and macOS 14.4.1 Now river works like a charm. 🚀 |
Hi all, same error on macOS 12.5.1 (on x86 arch), python 3.10 or 3.12 equally, that disappears when rolling back to river 0.19.0 however. The command |
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for river
Failed to build river
ERROR: Could not build wheels for river, which is required to install pyproject.toml-based projects
This error occurs when I installing river via pip. Can anyone knows how to resolve this issue?
The text was updated successfully, but these errors were encountered: