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

not a supported wheel on my platform(ubuntu20.04, py3.8) #5600

Closed
3 tasks done
lingbo-yu opened this issue Oct 19, 2022 · 4 comments
Closed
3 tasks done

not a supported wheel on my platform(ubuntu20.04, py3.8) #5600

lingbo-yu opened this issue Oct 19, 2022 · 4 comments
Labels
build/install Build or installation issue

Comments

@lingbo-yu
Copy link

Checklist

Steps to reproduce the issue

I first cloned Open3D by:

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

@lingbo-yu lingbo-yu added the build/install Build or installation issue label Oct 19, 2022
@johnthagen
Copy link
Contributor

johnthagen commented Oct 22, 2022

You can install 0.15.2, which has x86 Linux wheels:

When they upload 3.8 Linux x86 wheels for 0.16.0, you could hopefully use that in the future:

See also:

@ssheorey
Copy link
Member

@lingbo-yu what's your pip version (pip -V)? Please upgrade to the latest pip before installing the built development wheels.

In your virtual environment:
pip install -U pip

@lingbo-yu
Copy link
Author

@ssheorey Thinks a lot! I got v0.16.0 installed after updated pip to latest version.

@johnthagen
Copy link
Contributor

All missing wheels have been uploaded for 0.16.0 🎉 :

https://pypi.org/project/open3d/0.16.0/#files

I believe this issue can now be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

3 participants