I successfully installed the pyopencl but I am getting an import error. I am stuck here and unable to progress further. Any help would be much appreciated
---------------------------------------------------------------------------
ImportError
Traceback (most recent call last)
<ipython-input-1-1f241b2ad48f> in <module>()
5 from __future__ import division
6 import numpy as np
----> 7 import pyopencl
8 import pyopencl.array
9 import math, time
/home/highschool/anaconda2/lib/python2.7/site-packages/pyopencl-2016.2-py2.7-linux-x86_64.egg/pyopencl/__init__.py in <module>()
32
33 try:
---> 34 import pyopencl.cffi_cl as _cl
35 except ImportError:
36 import os
/home/highschool/anaconda2/lib/python2.7/site-packages/pyopencl-2016.2-py2.7-linux-x86_64.egg/pyopencl/cffi_cl.py in <module>()
37 from pytools import memoize_method
38
---> 39 from pyopencl._cffi import ffi as _ffi
40 from .compyte.array import f_contiguous_strides, c_contiguous_strides
41
ImportError: /home/highschool/anaconda2/lib/python2.7/site-packages/pyopencl-2016.2-py2.7-linux-x86_64.egg/pyopencl/_cffi.so: undefined symbol: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE