redeval icon indicating copy to clipboard operation
redeval copied to clipboard

Error at startup

Open NerdzzyDev opened this issue 1 year ago • 1 comments

When I try to run the test case, I get the error:

 python tets_redeval.py
Traceback (most recent call last):
   File "/home/alex/vsprojects/redeval/tets_redeval.py", line 2, in <module>
     from redeval.simulators.performance_simulator import GaslightingSimulator
   File "/home/alex/vsprojects/redeval/.venv/lib/python3.11/site-packages/redeval/simulators/performance_simulator.py", line 5, in <module>
     from epiphany.agents.rag_agent import RagAgent
ModuleNotFoundError: No module named 'epiphany'

NerdzzyDev avatar Mar 01 '24 21:03 NerdzzyDev

Import issue has been resolved in this pull request #2 Cheers,

binary-signal avatar Jun 24 '24 21:06 binary-signal

Thank you creating the issue! I fixed the issue, so it should be working now.

chziakas avatar Oct 11 '24 18:10 chziakas