ModuleNotFoundError: No module named 'datahandler.flow'
YoungJ-Baek opened this issue · 2 comments
YoungJ-Baek commented
i find this error message when i type
python train.py --dataset SintelClean --dataset_dir /path/to/MPI-Sintel-complete
Traceback (most recent call last):
File "train.py", line 11, in
from datahandler.flow import get_dataset
ModuleNotFoundError: No module named 'datahandler.flow'
how can i solve this problem?
daigo0927 commented
Sorry for getting my response too late.
As the answer, git clone --recursive https://github.com/daigo0927/pwcnet.git
would solve the issue.
The absence of submodule (= datahandler
) causes this problem :)
aiguo112 commented
@YoungJ-Baek did it worked for you?