how can I make it work?
Geniusssmit opened this issue · 2 comments
Geniusssmit commented
I have that issue
Traceback (most recent call last):
File "run.py", line 7, in <module>
from get_sub import GetSub
File "src\get_sub.py", line 8, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
derrick56007 commented
pandas is a requirement, try installing it using pip first
derrick56007 commented
Let me know if you have any further issues