python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

module 'pcl' has no attribute 'PointCloud'

Open RZz96 opened this issue 5 years ago • 2 comments

  • 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 ?

RZz96 avatar Sep 17 '19 13:09 RZz96

+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.

harishkashyap avatar Feb 08 '21 17:02 harishkashyap

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

mrinalsenapati04 avatar Mar 16 '21 06:03 mrinalsenapati04