matlab_kernel
matlab_kernel copied to clipboard
libstdc++.so.6: version `CXXABI_1.3.9' not found required by zmq
when i use jupyter notebook to launch a matlab kernel, the terminal just shown the below error.
ImportError: /anaconda3/envs/jmatlab/lib/python3.7/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version CXXABI_1.3.9' not found (required by /anaconda3/envs/jmatlab/lib/python3.7/site-packages/zmq/backend/cython/../../../../../libzmq.so.5)`
Anyone could give me a hint would be highly appreciated. Thanks
solve it by the following code
export LD_PRELOAD=~/anaconda3/envs/xxx/lib/libstdc++.so.6