When I try to execute numpy script on AWS EC2, I am getting the following error.
[ec2-user@ip-XXX-XX-XX-XX ~]$ python samplenumpy.py
Traceback (most recent call last):
File "samplenumpy.py", line 2, in <module>
import numpy as np
ImportError: No module named numpy
How can I fix this?