sminterpolate icon indicating copy to clipboard operation
sminterpolate copied to clipboard

run error: /usr/local/lib/libopencv_ocl.so.2.4: undefined symbol: _ZN2cv16TLSDataContainerD2Ev

Open sdlpkxd opened this issue 6 years ago • 0 comments

I encounter the error when I run the command "butterflow -r 2x test.mp4". I use python 2, and i compile and install the butterflow on centos 7.2 .

[root@master_node butterflow]# butterflow -r 2x test.mp4 Traceback (most recent call last): File "/bin/butterflow", line 9, in load_entry_point('butterflow==0.2.4.dev0', 'console_scripts', 'butterflow')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load entry = import(self.module_name, globals(),globals(), ['name']) File "build/bdist.linux-x86_64/egg/butterflow/cli.py", line 11, in File "build/bdist.linux-x86_64/egg/butterflow/settings.py", line 7, in File "build/bdist.linux-x86_64/egg/butterflow/ocl.py", line 7, in File "build/bdist.linux-x86_64/egg/butterflow/ocl.py", line 6, in bootstrap ImportError: /usr/local/lib/libopencv_ocl.so.2.4: undefined symbol: _ZN2cv16TLSDataContainerD2Ev

Could you help me ?

sdlpkxd avatar Sep 13 '18 08:09 sdlpkxd