<div dir="ltr">> <span style="font-size:12.8px">I was not sure if setup.py would find the anaconda distribution</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">It finds the first python on your path. So activate your environment before running,</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 12:30 PM, Eric Gayer <span dir="ltr"><<a href="mailto:egayer@gmail.com" target="_blank">egayer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Dear Antonino,</div><div>Thanks for your help, i was not sure if typing :</div><div><br></div><div>python setup.py install</div><div><br></div><div>would work, especially because I was not sure if setup.py would find the anaconda distribution.</div><div>I will try your way</div><div><br></div><div>Thanks again</div><span class="HOEnZb"><font color="#888888"><div>Eric</div></font></span><div><div class="h5"><div><br></div><div><br>On Nov 5, 2015, at 6:31 PM, Antonino Ingargiola <<a href="mailto:tritemio@gmail.com" target="_blank">tritemio@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hi Eric,<div><br></div><div>in general, if a python package provides a properly written setup.py you can install it from sources with:</div><div><br></div><div>    $ pip install .</div><div><br></div><div>from within the source directory.</div><div><br></div><div>Hope this helps,</div><div>Antonio</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 2:00 AM, Eric Gayer <span dir="ltr"><<a href="mailto:egayer@gmail.com" target="_blank">egayer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I would like to be able to use matplotlib.mlab.griddata(x, y, z, xi, yi, interp='nn’) using natural neighbor interpolation. To do so we need to install the mpl_toolkits.natgrid module<br>
(<a href="http://matplotlib.org/api/mlab_api.html#matplotlib.mlab.griddata" rel="noreferrer" target="_blank">http://matplotlib.org/api/mlab_api.html#matplotlib.mlab.griddata</a>)<br>
<br>
However I have not found any tutorial to help me properly install the mpl_toolkits.natgrid module (<a href="https://github.com/matplotlib/natgrid" rel="noreferrer" target="_blank">https://github.com/matplotlib/natgrid</a>).<br>
I am used to "conda install" and "pip install" and would like to know if anyone could give me some directions for properly installing this module. (I know this request may sounds crazy for some of you since it is basics)<br>
<br>
thanks in advance<br>
Eric<br>
<br>
mac osX 10.9.5<br>
Python 2.7.10 |Anaconda 2.0.1 (x86_64)|<br>
<br>
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin<br>
<br>
Matplotlib 1.4.3<br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br></div>
</div></blockquote></div></div></div><br>_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
<br></blockquote></div><br></div>