Open3D-ML icon indicating copy to clipboard operation
Open3D-ML copied to clipboard

pip error 400 for torch cuda wheel files

Open antosum opened this issue 3 years ago • 1 comments

Checklist

Steps to reproduce the issue

Installing open3D-ML on a new environment:

using th efollowing commands: pip install --upgrade pip pip install open3d pip install -r requirements-torch-cuda.txt

Error message

WARNING: The directory '/home/jovyan/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Looking in links: https://download.pytorch.org/whl/lts/1.8/torch_lts.html
Ignoring torch: markers 'python_version == "3.6"' don't match your environment
Ignoring torch: markers 'python_version == "3.7"' don't match your environment
Ignoring torch: markers 'python_version == "3.8"' don't match your environment
Collecting torch==1.8.2
  ERROR: HTTP error 400 while getting https://s3.us-west-1.wasabisys.com/open3d-downloads/torch-1.8.2-cp39-cp39-linux_x86_64.whl
ERROR: Could not install requirement torch==1.8.2 from https://s3.us-west-1.wasabisys.com/open3d-downloads/torch-1.8.2-cp39-cp39-linux_x86_64.whl (from -r requirements-torch-cuda.txt (line 4)) because of HTTP error 400 Client Error: Bad Request for url: https://s3.us-west-1.wasabisys.com/open3d-downloads/torch-1.8.2-cp39-cp39-linux_x86_64.whl for URL https://s3.us-west-1.wasabisys.com/open3d-downloads/torch-1.8.2-cp39-cp39-linux_x86_64.whl

Open3D, Python and System information

- Operating system: Ubuntu 20.04.4 LTS
- Python version: 3.9.12
- Open3D version: 0.15.2
- System type: x86_64
- Is this remote workstation?: yes
- How did you install Open3D?: pip
- Compiler version (if built from source): None

Additional information

No response

antosum avatar Apr 04 '22 10:04 antosum

Receiving this issue as well :(

chucktang98 avatar Apr 04 '22 16:04 chucktang98