python-pcl
python-pcl copied to clipboard
Cannot install pcl !
Hello evryone, I hope you are well. I have a problem with instalation pcl library ! Have you please some solutions for resolving this issue ?
Hi,I have the same problem, did you solved it?
same problem with me, https://github.com/strawlab/python-pcl/issues/367
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.