This package supports Linux, Mac OSX, and Windows platforms. You may also want to check:
To use this package on Linux you need the libquadmath.so.0
shared library. On Debian based systems, including Ubuntu, run sudo apt install libquadmath0
to install the shared library. On RHEL based systems, including CentOS, run sudo yum install libquadmath
to install the shared library. As libquadmath.so.0
is a GPL library and MXNet part of the Apache Software Foundation, MXNet must not redistribute libquadmath.so.0
as part of the Pypi package and users must manually install it.
Please also note that the AArch64
wheels are built with MKLDNN, and MKLDNN in turn is integrated with Arm Performance Libraries (APL). Because APL's license is also not compatible with Apache, users must manually install APL in their system.
To install for other platforms (e.g. Windows, Raspberry Pi/ARM) or other versions, check Installing MXNet for instructions on building from source.
To install, use:
pip install mxnet