ImportError: cannot import name deserialize

Hi,

I’m getting started with the first notebook and am getting the error:

ImportError: cannot import name deserialize

after running the cell:

import utils; reload(utils)
from utils import plots

Any thoughts would be appreciated.

Thanks!

I have had the same problem. I feel like the setup_p2.sh did not properly install all the dependencies? Although conda seems to be installed.