You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Just to document this issue here in case anybody else might have the same issue. The current Anaconda Python on Mac OS X is eating the DYLD_LIBRARY_PATH environment variable when calling ipython. So import mxnet works in python but does not work in ipython or IPython Notebooks due to CUDA related dependencies not found (libcudart.so etc.).
Just to document this issue here in case anybody else might have the same issue. The current Anaconda Python on Mac OS X is eating the
DYLD_LIBRARY_PATH
environment variable when callingipython
. Soimport mxnet
works inpython
but does not work inipython
or IPython Notebooks due to CUDA related dependencies not found (libcudart.so
etc.).The issue is documented in conda/conda-build#628, and a current hacky workaround is documented in ipython/ipython#8878
The text was updated successfully, but these errors were encountered: