Checklist
Steps to reproduce the issue
I first cloned Open3D by:
https://github.com/aevainc/Open3D.git
cd Open3D
Then, I build Open3D (on Ubuntu 20.04, with Python 3.8.10) with the steps:
mkdir build
cd build
cmake ..
make -j$(nproc) install-pip-package
Error message
removing build/bdist.linux-x86_64/wheel
pip wheel created at /home/wl/代码/Doppler-ICP/Open3D_1/Open3D/build/lib/python_package/pip_package
[100%] Built target pip-package
WARNING: Skipping open3d as it is not installed.
ERROR: open3d-0.15.2+446c65b16-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.10 / output from `import sys; print(sys.version)`
- Open3D version: output from python: `print(open3d.__version__)`
- System architecture: x86-64
- Is this a remote workstation?: yes or no
- How did you install Open3D?: build from source
- Compiler version (if built from source): gcc 9.4.0
Additional information
No response
Checklist
masterbranch).Steps to reproduce the issue
I first cloned Open3D by:
Then, I build Open3D (on Ubuntu 20.04, with Python 3.8.10) with the steps:
Error message
Open3D, Python and System information
Additional information
No response