Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1625 Discussions

Intel AI Course PART 1 Error: "libprotobuf.so.12: cannot open shared object file"

Wendo__Brian
Beginner
609 Views

I keep getting this error when I run the first code of the exercise. I have tried solving it no avail. I know it could be an issue with open cv. I have tried to pip install it, I do not have write permissions so the installation fails. How do I solve this? This is the full error:

-- ImportError

Traceback (most recent call last) <ipython-input-2-8d98b1ea391e> in <module>()

2 import shutil

3 import glob

----> 4 import vmmr_utils

5 import matplotlib.pyplot as plt

6 get_ipython().magic('matplotlib inline')

 

~/vmmr_utils.py in <module>()

26 import glob

27 from PIL import Image

---> 28 import cv2

29 import os

30 ImportError: libprotobuf.so.12: cannot open shared object file: No such file or directory

0 Kudos
1 Reply
AthiraM_Intel
Moderator
609 Views

Hi,

Thanks for reaching out to us.

Duplicated thread. Please refer to https://software.intel.com/en-us/forums/intel-devcloud/topic/843517

0 Kudos
Reply