오류 코드 Python 3.6.9 (default, Mar 15 2022, 13:55:28) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pcl Traceback (most recent call last): File "", line 1, in File "/home/eddy/.local/lib/python3.6/site-packages/pcl/__init__.py", line 2, in from ._pcl import * ImportError: libpcl_keypoints.so.1.7: cannot open shared object file: No such file ..
Ubuntu pcl import error
오류 코드 Python 3.6.9 (default, Mar 15 2022, 13:55:28) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pcl Traceback (most recent call last): File "", line 1, in File "/home/eddy/.local/lib/python3.6/site-packages/pcl/__init__.py", line 2, in from ._pcl import * ImportError: libpcl_keypoints.so.1.7: cannot open shared object file: No such file ..
2022.05.11