ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
902 stars 288 forks source link

Please add pandas in requirements.txt #2

Closed praetr closed 4 years ago

praetr commented 4 years ago

Hello, It seems pandas is required by "Questgen/mcq/mcq.py" please add if that's required or some bug.

(venv) gdev@GDevs-iMac gen_q % python test.py Traceback (most recent call last): File "test.py", line 2, in from Questgen import main File "/Users/gdev/PycharmProjects/gen_q_2/venv/lib/python3.7/site-packages/Questgen/init.py", line 4, in from Questgen.mcq import mcq File "/Users/gdev/PycharmProjects/gen_q_2/venv/lib/python3.7/site-packages/Questgen/mcq/mcq.py", line 2, in import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) ModuleNotFoundError: No module named 'pandas'

Thanks

ramsrigouthamg commented 4 years ago

@hritwikk We shall look into it. Thanks for letting us know.

parthplc commented 4 years ago

Added pandas into requirement.txt.