<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><div dir="ltr"><div>Hello,</div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><div dir="ltr"><div>I think this error is caused because not python in cygwin is called but python in anaconda is when you execute make.</div><div>It is necessary to install python on cygwin. If installation is done, python2.x.exe and python3.x.exe should be in the<br>cygwin/bin directory.</div><div>If these executables exist properly, it may improve by editing the PATH specification of .bash_profile in ${HOME}(maybe cygwin/home/user) as adding 'bin' on anywhere of the left of '$PATH' such as follows:</div><div>export PATH=~/bin:/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/usr/bin:$PATH</div></div></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><div dir="ltr"><div>Hopes this helps,</div></div></blockquote><div>   Aoyama Iwao </div>