<div dir="ltr">Hi Sean,<div><br></div><div>I think the install script is failing because your operating system is not one of the options in the install script.  You can see this in the link produced by the script.  There should be an OS type between the two hyphens and after the word "latest", but it's missing for you.</div><div><br></div><div>I don't have any experience installing yt with Cygwin, but here's what I recommend trying.  Maybe someone else can chime in if I'm wrong.</div><div><br></div><div>Download and install miniconda on your own just from a web browser.  Then, once the install has finished, you can use conda to install the dependencies with:</div><div>conda install h5py numpy matplotlib sympy scipy setuptools jupyter</div><div><br></div><div>Then, you should be able to install yt with pip:</div><div>pip install yt</div><div><br></div><div>If you want Rockstar, then you'll have to install yt from source.  First, clone this rockstar repo and build the library:</div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">hg clone <a href="http://bitbucket.org/MatthewTurk/rockstar">http://bitbucket.org/MatthewTurk/rockstar</a></span></div><div>cd rockstar</div><div>make lib</div><div><br></div><div>Then, get the yt source:</div><div>hg clone <a href="https://bitbucket.org/yt_analysis/yt">https://bitbucket.org/yt_analysis/yt</a></div><div>cd yt</div><div><br></div><div>In there, make a file call rockstar.cfg, and give the path to the rockstar directory, then do:</div><div>python setup.py develop</div><div><br></div><div>This should be mostly right, but let us know if you run into any trouble.</div><div><br></div><div>Britton</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 5, 2017 at 6:51 PM, Sean Larkin <span dir="ltr"><<a href="mailto:sflarkin@ucsc.edu" target="_blank">sflarkin@ucsc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am attempting to Install yt to Cygwin, but the install_script always attempt to download Miniconda from a webpage that does not exist. I have attempted to change the url it searches for to the correct one listed here ( <a href="https://repo.continuum.io/miniconda/" target="_blank">https://repo.continuum.io/<wbr>miniconda/</a>) , but nothing I have tried works. The script used was the default script obtained by the</div><div><br></div><div> <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:menlo,monaco,consolas,"courier new",monospace;font-size:15px">wget <a href="http://bitbucket.org/yt_analysis/yt/raw/yt/doc/install_script.sh" target="_blank">http://bitbucket.org/yt_<wbr>analysis/yt/raw/yt/doc/<wbr>install_script.sh</a></span></div><div><span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:menlo,monaco,consolas,"courier new",monospace;font-size:15px"> </span></div><div>command listed in the installation tutorial, which was only modified to also install scypy, astropy, and Rockstar halo finder.</div><div><br></div><div><br></div><div><br></div><div>Below this is the error message:</div><div><br></div><div>[hit enter]</div><div><br></div><div>Awesome!  Here we go.</div><div><br></div><div>Using wget</div><div>Using sha512sum</div><div><br></div><div>Downloading <a href="http://repo.continuum.io/miniconda/Miniconda2-latest--.sh" target="_blank">http://repo.continuum.io/<wbr>miniconda/Miniconda2-latest--.<wbr>sh</a></div><div><br></div><div>Installing the Miniconda python environment.</div><div>******************************<wbr>**************</div><div>        FAILURE REPORT:</div><div>******************************<wbr>**************</div><div><br></div><div>EXECUTING:</div><div>  wget -nv <a href="http://repo.continuum.io/miniconda/Miniconda2-latest--.sh" target="_blank">http://repo.continuum.io/<wbr>miniconda/Miniconda2-latest--.<wbr>sh</a></div><div><a href="https://repo.continuum.io/miniconda/Miniconda2-latest--.sh" target="_blank">https://repo.continuum.io/<wbr>miniconda/Miniconda2-latest--.<wbr>sh</a>:</div><div>2017-04-05 18:27:36 ERROR 404: Not Found.</div><div><br></div><div>******************************<wbr>**************</div><div>******************************<wbr>**************</div><div>Failure.  Check /home/Cygwin/yt-conda/yt_<wbr>install.log.  The last 10 lines are above.</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br></blockquote></div><br></div>