-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cannot pip install on Mac M1 #6492
Comments
same here. My error message:
|
Same issue with Mac M3 |
... and one cannot compile from source. The following files need to be fixed
One needs to build+install (separately from their GitHub) PyBind11: The source currently shipping with Open3D is broken. Again with filament - then, because the CMAKE flags fail to recognise the filament build directory, on needs to ln-s the two filament directories accordingly in the build directory. Assuming Open3D are both under ~/Documents/3rdPty
The GUI build fails completely - it seems to be trying to build/include filament stuff but not invoking c++17 or greater.
|
Something is wrong with your Python installation - you are trying to install a Python 3.10 wheel but using a python 3.11 environment (from homebrew). |
We haven't been able to reproduce these issues on macOS Apple Si. If you are seeing them on your machine and have a fix, please submit a PR so we can test and merge. |
Please try |
Checklist
master
branch).My Question
I've tried to install with
pip install open3d
, but I get the following error:System Information
I've also tried installing from the PyPi wheels, but I get errors like this:
The text was updated successfully, but these errors were encountered: