Cannot install pcl !
Opened this issue · 4 comments
Nada-hmd commented
yiying66 commented
Hi,I have the same problem, did you solved it?
xiaoli1368 commented
same problem with me, https://github.com/strawlab/python-pcl/issues/367
BenjaminBo commented
I have the same problem and @xiaoli1368 's link isn't working.
ddwell commented
@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.