I'm fairly new to programming and need help I've installed pip and I have installed NumPy using
pip install numpy
and when I try to import it in my code I get
ModuleNotFoundError: No module named 'numpy'' (also the same for cv2)
if this is any help
I've installed pip, anaconda, and tensor flow 2.0 GPU
My os is Windows 10
any help is good thank you!