Where is the libmxnet.so

if i install mxnet by using ‘pip install mxnet’
how can i find the libmxnet.so file?

For example, in a conda env for python3.6, you can find it under
$CONDA_HOME/envs/{your_env_name}/lib/python3.6/site-packages/mxnet. If you’re not using conda, look into your python install path instead.

1 Like