You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/isl-org/Open3D.git
cd Open3D
git checkout v0.15.1
Then, I build Open3D (on Ubuntu 20.04, with CUDA 11.2) with:
mkdir build
cd build
cmake .. -DPython3_ROOT=/usr/bin/python3
make -j$(nproc)
Then, I installed Open3D (on Ubuntu 20.04, with CUDA 11.2) with:
sudo make install
sudo make intstall-pip-package
Error message
......
adding 'open3d/visualization/tensorboard_plugin/frontend/style.css'
adding 'open3d-0.15.1+ed30e3b6.dist-info/LICENSE.txt'
adding 'open3d-0.15.1+ed30e3b6.dist-info/METADATA'
adding 'open3d-0.15.1+ed30e3b6.dist-info/WHEEL'
adding 'open3d-0.15.1+ed30e3b6.dist-info/entry_points.txt'
adding 'open3d-0.15.1+ed30e3b6.dist-info/top_level.txt'
adding 'open3d-0.15.1+ed30e3b6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
pip wheel created at /home/lingbo/tools_ws/Open3D/build/lib/python_package/pip_package
[100%] Built target pip-package
WARNING: Skipping open3d as it is not installed.
ERROR: open3d-0.15.1+ed30e3b6-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel on this platform.
[100%] Built target install-pip-package
Open3D, Python and System information
- Operating system: Ubuntu 20.04
- Python version: Python 3.8
- Open3D version: v0.15.1
- System architecture: x86
- Is this a remote workstation?: yes
- How did you install Open3D?: pip / build from source
- Compiler version (if built from source): gcc 7.5 / clang 7.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).Steps to reproduce the issue
I first cloned Open3D by:
Then, I build Open3D (on Ubuntu 20.04, with CUDA 11.2) with:
Then, I installed Open3D (on Ubuntu 20.04, with CUDA 11.2) with:
Error message
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: