strawlab / python-pcl

Python bindings to the pointcloud library (pcl)
http://strawlab.github.com/python-pcl/
Other
2k stars 700 forks source link

How to install python-pcl with PCL-1.10? #367

Open xiaoli1368 opened 4 years ago

xiaoli1368 commented 4 years ago

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?

christian-rauch commented 3 years ago

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

Petros626 commented 2 years ago

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

christian-rauch commented 2 years ago

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.