Sameer Sheorey
Sameer Sheorey
Possibly fixes #1673
Test draw example and O3DVisualizer. Also test legacy visualizer.
Hi @errissa can you check the error in the documentation CI? Also, do all examples run for you? I got a crash in one draw.py example on Intel macOS.
Works for me on intel Mac now.
Everything works, except double clicking on a file in macOS does not open the file with Open3D. Need to check how macOS is passing the file name to glfw.
We are trying to upgrade visualization to drop the OpenGL requirement. See PR #6511 . With this PR, it should be possible to use on Android and iOS, but additional...
Hi @Alex-Dee @Timezyxdev can you list the steps that you performed to create a standalone app with pyinstaller? A simple reproducible example is really helpful for debugging.
Hi @johnthagen as far as I can tell, your debugging looks correct. The ARM macOS wheels do not support 3DML (yet) and so do not have the extra Open3D-ML requirements....
@johnthagen thanks for the suggestion - we will consider it, but note that it does need significant effort in updating packaging and documentation.
Hi @apockill based on @johnthagen 's debugging this seems to be a strange issue / race condition in the PyPI json API / poetry dependency checker, so I'm not really...