I tried to follow this tutorial on publishing a HIT Task on MTurk using ParlAI: how to setup a task with parlAI
The tutorial says that I should run the following code in order to run the task on sandbox:
$ python run.py -nh 2 -r 0.05 --sandbox --verbose
Normally, it should then download the dataset that has been specified in the agents.py file. But when I run this in powershell, the following error message occurs:
PS C:\py3\ParlAI\parlai\mturk\tasks\model_evaluator> python run.py -nh 2 -r
0.05 --sandbox --verbose
Traceback (most recent call last):
File "run.py", line 6, in <module>
from parlai.core.params import ParlaiParser
ModuleNotFoundError: No module named 'parlai'
PS C:\py3\ParlAI\parlai\mturk\tasks\model_evaluator>
It says that module parlai is missing. How can I make it work?
Thanks for your answer!
Best regards
Rainer