Mxnet Source Build on MacOS Sierra

I am trying to build mxnet from source in a new conda environment on my Mac based on this documentation - https://mxnet.incubator.apache.org/install/index.html

But I have been unable to build it due to this error -

BEGIN: Install dependent brew packages for MXNet: pkg-config python opencv graphviz homebrew/science/openblas
brew tap homebrew/science
Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.

ERROR: Return value non-zero for: brew tap homebrew/science

What am I doing wrong here?

Try brew tap homebrew/core


Would really appreciate your PR to fix the install docs if this works.

I verified from the macOS build script that this problem has been fixed.

curl -O https://raw.githubusercontent.com/dmlc/mxnet/master/setup-utils/install-mxnet-osx-python.sh

Yes, this PR fixed it - https://github.com/apache/incubator-mxnet/pull/9924