I got this error code when i try to use plot_model()
---> 16 from scipy.fftpack.helper import _init_nd_shape_and_axes_sorted
17 from numpy import (allclose, angle, arange, argsort, array, asarray,
18 atleast_1d, atleast_2d, cast, dot, exp, expand_dims,
ImportError: cannot import name '_init_nd_shape_and_axes_sorted' from 'scipy.fftpack.helper'
Any solutions?
This lib will be developed next version? I see more errors than before like Jinja2, etc.