derrick56007/getsub

how can I make it work?

Geniusssmit opened this issue · 2 comments

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'

pandas is a requirement, try installing it using pip first

Let me know if you have any further issues