-
Notifications
You must be signed in to change notification settings - Fork 713
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
Installation fails (egl_probe) #105
Comments
I am unable to reproduce with my specs:
This is definitely coming from non-python deps. Do you have cmake installed ? |
Also, could you try to change the following in [build-system]
- requires = ["poetry-core>=1.5.0"]
+ requires = ["poetry-core"] |
Yes
No. |
Maybe related: StanfordVL/egl_probe#3 |
Thank you for the additional info!
Yes I stumbled upon it too looking this up. Not exactly the same error and plateform but pretty close, might be something there. Otherwise it looks like there's some build / compile library missing on your system. I'll have a look at your Out of curiosity, do you get the same error with |
@qgallouedec are you able to install? |
No, but also because and torch 2.3.0 is not released yet for MacOS M1. |
I hit the same error when I was playing with the original ALOHA repo; the following fixed it for me; |
FYI the support of MacOS M1 is not really good as of now. Our pretrained models have been trained with CUDA. When we evaluate them on CPU and MPS, we sometimes get significant regressions. |
Thanks for sharing. It's probably the fix for Debian-based OS, but not for x86_64 Mac OS.
I'd leave this issue open so that users are aware of the status of the support. |
I had the same error "ERROR: Failed building wheel for egl_probe" Did |
I just got the same error when install with "pip install . "
|
I tried to install it by whl file, but it seemd "egl_probe" support linux only. I found whl here: https://www.piwheels.org/project/egl-probe/. |
For anyone wondering about windows you should probably start with install cmake and make. |
Running into the same error on windows 11. I have cmake and make installed. |
I made a PR to fix this issue in |
It works! |
System Info
Information
Reproduction
Logs
Expected behavior
No response
The text was updated successfully, but these errors were encountered: