Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

WARNING: Skipping open3d as it is not installed.

Open enginksz opened this issue 3 years ago • 0 comments
trafficstars

I don't want to pip install open3d on installation. because it doesn't run some code in example/python.

How can we edit this step?

Which version is the wheel package in version 15.2?

mkdir build cd build cmake..

make -j$(nproc) make install

//Install pip package in the current python environment make install-pip-package

[100%] Built-in target pip-package WARNING: Skipping open3d as it is not installed. ERROR: open3d-0.15.2+998464c4-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel on this platform. [100%] Built target install-pip-package

I am installing open3d by following the steps below.

But I am getting error for wheel package.

wheel version; wheel 0.37.1

computer ; Ubuntu 20.04.4 LTS gcc version 8.4.0 clang version 10.0.0

enginksz avatar Sep 21 '22 08:09 enginksz