It seems like only some versions (3.5.4, 3.5.5, and 3.5.6) are present on the main/win-64 index of the anaconda channel.
You can rearrange channels to conda-forge, which still has all of the variants available.
conda create -n eapp_env python=3.5.2 --channel conda-forge
Begin your Python career with the perfect Python Course.