Don’t panic in case of data tilt, teach you to easily obtain the slope of table tilt>>>
Reference link: https://blog.csdn.net/yuanlulu/article/details/79017116
From x86_ Import CV2 (opencv4.1) in 64 + Ubuntu 18.04 + Python 3.5, encountered the following error:
ImportError: libSM.so.6: cannot open shared object file: No such file or directory
ImportError: libXrender.so.1: cannot open shared object file: No such file or directory
ImportError: libXext.so.6: cannot open shared object file: No such file or directory
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
Solution:
apt-get update
apt-get install libsm6
apt-get install libxrender1
apt-get install libglib2.0-dev
apt-get install libxext-dev
Similar Posts:
- ImportError: libSM.so.6: cannot open shared object file: No such file or directory
- ImportError: cannot import name ‘_validate_lengths‘
- To solve the importerror: Matplotlib is required for plotting problem in Jupiter notebook
- ImportError: cannot import name cbook
- docker:ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
- Completely solve t ensorflow:ImportError : Could not find ‘cudart64_ 90. DLL ‘tensorflow installation
- [Solved] Ubuntu Install caffe error: build_release/tools/caffe: error while loading shared libraries: libcudart.so.8….
- ImportError: No module named _tkinter, please install the python-tk package
- ImportError: No module named pil
- The process of installing jupyter notebook on MAC