strawlab/python-pcl

How to install python-pcl with PCL-1.10?

Opened this issue · 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?

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

@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.

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.