You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
It downloads the wheel file python_pcl-0.3.0a1-cp36-cp36m-manylinux1_x86_64.whl. After installing, when I tried to import:
arghya@arghya-Erazer-X7849-MD60379:~$ python3
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pcl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/arghya/.local/lib/python3.6/site-packages/pcl/__init__.py", line 2, in <module>
from ._pcl import *
ImportError: libpcl_keypoints.so.1.7: cannot open shared object file: No such file or directory
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: