When I run any python script that imports numpy using Anaconda prompt it works fine, but when I run it using command line it gives me the following error:
I have searched online (link,link) but all similar questions have a filename conflict with an existing module which does not seem to be the case here.