I'm trying to push my python web app in IBM Cloud but I got this error.
Upon digging to the error this is what I got.
Traceback (most recent call last): File "run.py", line 1, in from flaskblog import app File "/home/vcap/app/flaskblog/init.py", line 19, in from flaskblog import routes
File "/home/vcap/app/flaskblog/routes.py", line 6, in import pandas as pd ModuleNotFoundError: No module named 'pandas' Exit status 1