strawlab/python-pcl

Cannot install pcl !

Opened this issue · 4 comments

Hello evryone,
I hope you are well.
I have a problem with instalation pcl library ! Have you please some solutions for resolving this issue ?

Capture

Hi,I have the same problem, did you solved it?

I have the same problem and @xiaoli1368 's link isn't working.

@BenjaminBo try modifying this line in setup.py:

PCL_SUPPORTED = ["-1.10", "-1.9", "-1.8", "-1.8.1", "-1.7", "-1.6", ""]

Adding 1.8.1 (not simply 1.8) worked for me, but I faced other issues later.