Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libstdc++.so.6: version `CXXABI_1.3.9' not found required by zmq #125

Open
OswaldoBornemann opened this issue Jun 24, 2019 · 1 comment
Open

Comments

@OswaldoBornemann
Copy link

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

@OswaldoBornemann
Copy link
Author

solve it by the following code

export LD_PRELOAD=~/anaconda3/envs/xxx/lib/libstdc++.so.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant