Open ArghyaChatterjee opened 3 years ago
you can try with pip install python3-pcl
Unfortunately it seems like many of us are getting this issue. See https://github.com/strawlab/python-pcl/issues/317
Unfortunately it seems like many of us are getting this issue. See #317
Hi, this is a bad circle, you add this link,and that link involves this link.
and I can't run it in python3.X
and I can't run it in python3.X
It should work with python3.6. See https://github.com/strawlab/python-pcl/issues/374 . You need to manually copy the package folder though.
My Environment
When I tried to install python-pcl with pip3:
It downloads the wheel file
python_pcl-0.3.0a1-cp36-cp36m-manylinux1_x86_64.whl
. After installing, when I tried to import:N.B: I can use python-pcl with python 2.7 with same configuration in my pc using
sudo apt-get install libpcl-dev -y
command but can't work with python 3.6.x and my project requires python version 3.