Hi Alex<div><br></div><div>What you're trying to do likely won't work for yt 2.x.</div><div><br></div><div>It will work for 3.0 but we haven't uploaded that to PyPI yet.  You should be able to 'python setup.py install' 3.0 from a checkout of the mercurial repo<span></span>.</div>
<div><br></div><div>If you need to install yt 2.x inside conda, you should be able to install it via 'conda install yt'.  Continuum Analytics kindly builds yt for us and hosts a build on their anaconda distribution servers.</div>
<div><br></div><div>Hope that helps,</div><div><br></div><div>Nathan</div><div><br>On Wednesday, February 26, 2014, Alex Bogert <<a href="mailto:bogart.alex@gmail.com">bogart.alex@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi all,<div><br></div><div>I am trying to install yt using pip in an anaconda environment I just setup. I am running into an issue with freetype. I installed freetype from this location: </div><div><div><a href="http://download.savannah.gnu.org/releases/freetype" target="_blank">http://download.savannah.gnu.org/releases/freetype</a> and I created the freetype.cfg file as shown in the example. Yet, installing with pip produces the same error that it cannot read the FTYPE location from freetype.cfg .</div>

</div><div><br></div><div>Thanks,</div><div>Alex</div><div><br></div><div>Install Log : </div><div><br></div><div><div>Downloading/unpacking yt</div><div>  Downloading yt-2.6.1.tar.gz (2.3MB): 2.3MB downloaded</div><div>
  Running setup.py (path:/global/scratch2/sd/bogert/pip_build_bogert/yt/setup.py) egg_info for package yt</div>
<div>    non-existing path in 'yt/utilities/spatial': 'tests'</div><div>    PNG_LOCATION: PNG found via ctypes in: /usr/include, /usr/lib64</div><div>    Reading FTYPE location from freetype.cfg failed.</div>

<div>    Please place the base directory of your</div><div>    FTYPE install in freetype.cfg and restart.</div><div>    (ex: "echo '/usr/local/' > freetype.cfg" )</div><div>    You can locate the path by looking for ft2build.h</div>

<div>    Complete output from command python setup.py egg_info:</div><div>    non-existing path in 'yt/utilities/spatial': 'tests'</div><div><br></div><div>PNG_LOCATION: PNG found via ctypes in: /usr/include, /usr/lib64</div>

<div><br></div><div>Reading FTYPE location from freetype.cfg failed.</div><div><br></div><div>Please place the base directory of your</div><div><br></div><div>FTYPE install in freetype.cfg and restart.</div><div><br></div>

<div>(ex: "echo '/usr/local/' > freetype.cfg" )</div><div><br></div><div>You can locate the path by looking for ft2build.h</div></div><div><br></div></div>
</blockquote></div>