Closed JackZhang1988 closed 7 years ago
Thanks for flagging! Updating to help with this in #182
Should only import torch if it's using it now, and give a better error message
@alexholdenmiller import torch
made it back in this commit:
https://github.com/facebookresearch/ParlAI/commit/9484876234728b53c976c730bc2102e1c917ee78
@ioana-blue thanks for flagging!
i try to run ParlAi example
python examples/display_data.py -t babi:task1k:1
but i got belwo error:My system is MacOs, and the python version is 3.6.1, i have install the dependent package by
python setup.py develop
, but still got this error,what's the problem?