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

The url of development pip package is invalid for Linux system #6699

Closed
3 tasks done
ErvinZzz opened this issue Mar 15, 2024 · 4 comments
Closed
3 tasks done

The url of development pip package is invalid for Linux system #6699

ErvinZzz opened this issue Mar 15, 2024 · 4 comments
Labels
build/install Build or installation issue

Comments

@ErvinZzz
Copy link

Checklist

Steps to reproduce the issue

I install Open3D by:

pip install -U -f https://www.open3d.org/docs/latest/getting_started.html open3d

Error message

Collecting open3d
  ERROR: HTTP error 404 while getting https://storage.googleapis.com/open3d-releases/python-wheels/open3d-0.18.0%2B0cf605f-cp39-cp39-manylinux_2_27_x86_64.whl (from https://www.open3d.org/docs/latest/getting_started.html)
ERROR: Could not install requirement open3d from https://storage.googleapis.com/open3d-releases/python-wheels/open3d-0.18.0%2B0cf605f-cp39-cp39-manylinux_2_27_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis.com/open3d-releases/python-wheels/open3d-0.18.0%2B0cf605f-cp39-cp39-manylinux_2_27_x86_64.whl for URL https://storage.googleapis.com/open3d-releases/python-wheels/open3d-0.18.0%2B0cf605f-cp39-cp39-manylinux_2_27_x86_64.whl (from https://www.open3d.org/docs/latest/getting_started.html)

Open3D, Python and System information

- Operating system: Ubuntu 22.04
- Python version: Python 3.9 / output from `import sys; print(sys.version)`
- Open3D version: 0.18
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 7.5

Additional information

No response

@ErvinZzz ErvinZzz added the build/install Build or installation issue label Mar 15, 2024
@rossng
Copy link

rossng commented Mar 16, 2024

I also encountered this when trying to manually download the latest development wheel from https://www.open3d.org/docs/latest/getting_started.html#development-version-pip

@ssheorey
Copy link
Member

Should be fixed by #6716

@ssheorey
Copy link
Member

Docs are updated and devel downloads work again.

@FishWoWater
Copy link

@ssheorey wheel urls seem invalid again, pls have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

4 participants