---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-1-d7ad36311053> in <module>()
11
12
---> 13 import darknet as dn
14 import pdb
15
/mnt/drive2/gene/ml4a-guides/tools/darknet/python/darknet.py in <module>()
45
46
---> 47 lib = CDLL("/mnt/drive2/gene/ml4a-guides/tools/darknet/libdarknet.so", RTLD_GLOBAL)
48 #lib = CDLL("libdarknet.so", RTLD_GLOBAL)
49 lib.network_width.argtypes = [c_void_p]
/usr/lib/python2.7/ctypes/__init__.pyc in __init__(self, name, mode, handle, use_errno, use_last_error)
360
361 if handle is None:
--> 362 self._handle = _dlopen(self._name, mode)
363 else:
364 self._handle = handle
OSError: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /mnt/drive1/tools/anaconda2/lib/libpng16.so.16)