@kmezhoud Try to link your openblas installation to v0.3.1 with the following statement and then try `library(mxnet)` on an R console ``` ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.3.dylib /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib ```
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/10791 ] This message was relayed via gitbox.apache.org for [email protected]
