My numpy was working fine with 1.19.5 version previously.
While installing tensorflow by following these instructions my numpy got downgraded to 1.16.1.
Later, I upgraded it to 1.19.5 version using pip install numpy --upgrade.
Now I am getting illegal instruction(core dumped) error while importing numpy,
Please help me resolve this issue.