-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue in requirements.txt #7
Comments
Thanks for pointing this out, let me double check with this cause open3d 0.18.0 has a bug that would make the rendering of incremental reconstruction fail. |
Thanks! I tried running the demo with open3d v0.018.0 installed anyways. Related to your comment I believe, there was no visualization window as you suggested there would be in the demo instructions. I will try to install open3d from main-devel and let you know if I am able to render the results. |
@HengyiWang I managed to get the rendering to work by using the Since this should be changing regularly, I suppose you can just point your users to https://github.com/isl-org/Open3D/releases/tag/main-devel until the issue is resolved. Good job and thank you for the really cool repo! |
@migsdigs thanks, will do that |
I used command(pip install -U -f https://www.open3d.org/docs/latest/getting_started.html open3d) in the ubuntu system but get the window version open3d.zip. finally i got whl in https and pip install path/to/*.whl |
@anvenle hello, have you solved this problem? cc @HengyiWang |
|
Hi there,
The link for downloading the open3D v0.18 package in
requirements.txt
no longer exists (the downloads page has been removed).I just commented this link in
requirements.txt
and installed withpip install open3d==0.18.0
.Thanks
The text was updated successfully, but these errors were encountered: