I created an Anaconda environment with python 3.7 and bokeh 2.3.1, and cannot reproduce your error.
The slider initializes the (start,end) extrema and initial values properly. When the slider is manipulated, the callback prints the message and the slider updates as expected.
This also works as expected in my default Anaconda environment with python 3.9 and bokeh 2.3.2.