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.