Pythonで、決まった時間に決まった動作を毎日するプログラミングimagegenerator.pyを作成しております。
https://datatofish.com/python-script-windows-scheduler/
上記サイトを参考に、Run_Python_Script.batを作成し、実行してみたのですが、コマンドプロンプトで下記エラーが表示され、進みません。
しかしながら、pandasはしっかりインストールしており、またimagegenerator.pyもjupyterで実行すると、しっかりと動きます。
Command
1C:\Users\tsst1\Desktop>"C:\Users\tsst1\PythonTest\Scripts\python.exe" "C:\Users\tsst1\Downloads\Python\Image_text\imagegenerator.py" 2Traceback (most recent call last): 3 File "C:\Users\tsst1\Downloads\Python\Image_text\imagegenerator.py", line 7, in <module> 4 import pandas as pd 5ModuleNotFoundError: No module named 'pandas' 6 7C:\Users\tsst1\Desktop>pause 8Press any key to continue . . .
何が原因なのでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/09 04:53 編集
2019/10/09 06:12