when i type:
import numpy as np
i get this error:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
i tried to install like :
pip3 install numpy
but this error comes up on the word 'install':
SyntaxError: invalid syntax
i'm working on python 3.7.4 on windows8 32bits i know it might be trivia but i'm just starting with python