Running python code with crontab after generating orders

Hi I am runnig a python program after generating orders.csv like
quantocket command && python3 myprogram.py

It says
quantrocket-countdown-1| import pandas as pd
quantrocket-countdown-1|ModuleNotFoundError: No module named 'pandas'

How to solve this issue is there something needs to be done for this.

You need to run it through the satellite service:

quantocket <command> && quantrocket satellite exec 'python myprogram.py'

See: Custom Scripts