Skip to content
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

Open3D development wheels are unavailable #6870

Closed
3 tasks done
AlexanderRitter02 opened this issue Jul 15, 2024 · 2 comments
Closed
3 tasks done

Open3D development wheels are unavailable #6870

AlexanderRitter02 opened this issue Jul 15, 2024 · 2 comments

Comments

@AlexanderRitter02
Copy link

Checklist

Steps to reproduce the issue

As suggested in the documentation at https://www.open3d.org/docs/release/getting_started.html#development-version-pip, I tried installing the latest development release with:
pip install -U -f https://www.open3d.org/docs/latest/getting_started.html open3d

However, this results in the following 404 error:

Looking in links: https://www.open3d.org/docs/latest/getting_started.html
Collecting open3d
  ERROR: HTTP error 404 while getting https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip (from https://www.open3d.org/docs/latest/getting_started.html)
ERROR: Could not install requirement open3d from https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip because of HTTP error 404 Client Error: Not Found for url: https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip for URL https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip (from https://www.open3d.org/docs/latest/getting_started.html)

Apparently in March there has been a similar issue which was fixed in PR #6694, but this re-occured now.

Error message

Looking in links: https://www.open3d.org/docs/latest/getting_started.html
Collecting open3d
  ERROR: HTTP error 404 while getting https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip (from https://www.open3d.org/docs/latest/getting_started.html)
ERROR: Could not install requirement open3d from https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip because of HTTP error 404 Client Error: Not Found for url: https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip for URL https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-0.18.0%2Bafb23f8-app-windows-amd64.zip (from https://www.open3d.org/docs/latest/getting_started.html)

Open3D, Python and System information

- Operating system: Windows 10 64-bit
- Python version: Python 3.11.9
- Open3D version: afb23f8
- System architecture: x86
- Is this a remote workstation?: no
- ~How did you install Open3D?: pip~

Additional information

No response

@ssheorey
Copy link
Member

Thanks for reporting. There's a typo in the URLs, Will fix shortly...

devel-main -> main-devel

Meanwhile, the wheels are available from github releases.

@timohl
Copy link
Contributor

timohl commented Jul 29, 2024

I think this got fixed in #6883 and #6890.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants