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 Open3D wheel is not a supported wheel on our platform(ubutnu 20.04,x86-64bit, pyhton 3.8.10)" #4

Open
3 tasks done
wulang584513 opened this issue Mar 25, 2023 · 0 comments

Comments

@wulang584513
Copy link

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

@wulang584513 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant