ImportError: libXt.so.6: cannot open shared object file: No such file or directory
Opened this issue · 0 comments
hetolin commented
Your Environment
- Operating System and version: Ubuntu 16.04
- Compiler:
- PCL Version:1.8.1
- Cython Version:0.29.15
Context
I install the python-pcl use the conda command. I installed it successfully. But when I import pcl
, it got the error:
>>> import pcl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/hetolin/anaconda3/envs/py36/lib/python3.6/site-packages/pcl/__init__.py", line 2, in <module> from ._pcl import * ImportError: libXt.so.6: cannot open shared object file: No such file or directory