Import Error: No module named numpy - Stack Overflow
stackoverflow.com › questions › 7818811Oct 19, 2011 · In my case, my environment is Windows 10 + Cygwin. In my Windows environment variables, the PATH points to C:\Python38 which is correct, but when I run my command like this:./my_script.py I got the ImportError: No module named numpy because the version used in this case is Cygwin's own Python version even if PATH environment variable is correct ...