python-pcl
python-pcl copied to clipboard
module 'pcl' has no attribute 'PointCloud'
- Operating System and version: windows10
- Compiler:
- PCL Version: 0.3
- Cython Version:
Hi In the example of pcl , i got error: import pcl p = pcl.PointCloud()
AttributeError: module 'pcl' has no attribute 'PointCloud'
Anyone knows the solution ?
+1 . seems like I have to abandon using this module. just doesn't pip install on latest Mac. seems like not well maintained upto date.
It seems using: pip install python-pcl, all the modules are not installing properly. I have solve the problem by installing python-pcl from source. Download the source code for v0.2.0 from this link. Then unzip it and install it by using setup.py file. For instllaing using setup.py, run python2 setup.py install