python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

How to install python-pcl with PCL-1.10?

Open xiaoli1368 opened this issue 5 years ago • 3 comments

Hi, I used sudo apt-get install libpcl-dev to install PCL and its version is 1.10. But when I try to install python-pcl, it showed don't find PCL.

I have seen the source code of setup.py of python_pcl, and find the current avaliable version supported of python is 1.6, 1.7, 1.8, 1.9.

So I want to know, is 1.10 is not supported for python-pcl? and when will it be supported?

xiaoli1368 avatar Jul 05 '20 02:07 xiaoli1368

On Ubuntu you can just use the python3-pcl package: sudo apt install python3-pcl.

christian-rauch avatar Apr 16 '21 15:04 christian-rauch

@christian-rauch Hey, can I ask you something which occurs after install PCL for Python3? It seems, that not all functions (Filtering etc.) are available only very few.

Petros626 avatar May 11 '22 05:05 Petros626

It seems, that not all functions (Filtering etc.) are available only very few.

If the distribution package (python3-pcl) does not provide all functions, then you have to install this manually. I've not tried to install this manually.

christian-rauch avatar May 17 '22 11:05 christian-rauch