anaconda and point cloud library
问题 Can you tell me how can I configure point cloud library to be used with anaconda, I have never used point cloud before. I have installed pcl1.6.0 all in one installer, openNI and PrimeSense . But even after this when I run my python code in anaconda it gives me the error: ImportError: No module named pcl Do I need to copy my pcl1.6.0 folder in the site-package folder if anaconda? the code is here: import pcl p = pcl.PointCloud() p.from_file("C:\Users\Kangkan\Desktop\ikea.png") fil = p.make