I have a python script that is running OK in PyCharm. It's first line is 'import pandas'
I created a bat file that looks like this: "C:\Users\icohen1\AppData\Local\Microsoft\WindowsApps\python.exe" "C:\Users\MyName\PycharmProjects\pythonProject1\venv\LotsToTextFile.py" pause
When I run this bat file I get this error: import pandas ModuleNotFoundError: No module named 'pandas'
What am I missing here?
Thanks