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
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
The text was updated successfully, but these errors were encountered:
wulang584513
changed the title
"the Open3D wheel is not supported wheel on our platform(ubutnu 20.04,x86-64bit, pyhton 3.8.10)"
"the Open3D wheel is not a supported wheel on our platform(ubutnu 20.04,x86-64bit, pyhton 3.8.10)"
Mar 25, 2023
Checklist
master
branch).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
The text was updated successfully, but these errors were encountered: