What is the minimum hardware requirements for MXNet?

Hi, I’m newbie to MXNet. I am trying with 60 min gluon crash course at [this].(https://mxnet.incubator.apache.org/api/python/docs/tutorials/getting-started/crash-course/1-ndarray.html).
I wanna import nd module from mxnet but when i trying to run the error message:
illegal hardware instruction (core dumped)
appeared.

I have installed mxnet through pip with this command:
pip install mxnet
My computer doesn’t have any nVidia GPU or Intel CPU. So i thought if i have installed bare mxnet it could be work but it would be slow. For just trying slowness is not matter.
The question is:
What is the minimum hardware requirements for MXNet?
Is there any specific cpu flags needed for running bare MXNet?

CPU: AMD FX™-4100 Quad-Core Processor
OS: Ubuntu 19.10
Interpreter: Python 3.7.5
MXNet version: 1.6.0

Bests.