ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory解决方法

 

opencv 报错,ImportError: libgthread-2.0.so.0: 

1.apt-get update 

2.apt-get -y upgrade 

3.pip install opencv-python

4.apt-get install python-tk

5.apt-get install python-opencv -y --allow-unauthenticated

你可能感兴趣的:(环境配置)