-
Notifications
You must be signed in to change notification settings - Fork 600
部分部署报错的解决方案
alisen edited this page May 6, 2020
·
2 revisions
- ImportError: libSM.so.6: cannot open shared object file: No such file or directory
apt-get install libsm6
- ImportError: libXrender.so.1: cannot open shared object file: No such file or directory
apt-get install libxrender1
- ImportError: libXext.so.6: cannot open shared object file: No such file or directory
apt-get install libxext-dev
在Centos上如果出现上面的报错,可通过whatprovides
查找依赖的包名,然后安装。
例如:whatprovides libSM.so.6