alexlee-gk / video_prediction

Stochastic Adversarial Video Prediction
https://alexlee-gk.github.io/video_prediction/
MIT License
303 stars 65 forks source link

File "scripts/generate.py", line 15, in <module> from video_prediction import datasets, models ModuleNotFoundError: No module named 'video_prediction' #43

Open cuge1995 opened 4 years ago

Berndinio commented 3 years ago

In python >= 3.6, make sure to add the root directory to the PYTHONPATH, e.g. export PYTHONPATH=path/to/video_prediction.

As stated in the README.