Python script containing xlwings pack via command prompt: error message
So I wrote some code containing the xlwings package and created a bash file to run the code. The issue I am facing is that when run the bash file I am getting the fallowing error message:
ModuleNotFoundError: No module named 'xlwings'
Anyone have nay idea how this can be resolved? Also, if anyone has a good idea other than bash file to run python script directly from your desktop, I would love to know.
I am running using Pycharm and windows 10.
Thanks!