I am unable to run numpy in Pycharm BUT works fine in the Terminal. How do I make numpy work in Pycharm?
This is the error message I get in Pycharm
Traceback (most recent call last):
File "/Users/giridhar/PycharmProjects/numpy/testfile", line 12, in <module>
a = np.array([1, 2, 3]) # Create a rank 1 array
AttributeError: module 'numpy' has no attribute 'array'