<div dir="ltr">Hi Everyone,<div><br></div><div style>I'm having a little trouble getting pyplot to import using the yt installation of python.  Specifically, I *just* installed yt on the cluster at Haverford and get the error below.  </div>

<div style><br></div><div style>I've looked around the yt directoreis for the .so file in question, but can't seem to find it.  Has anyone else encountered this?  Or is this likely a system-specific problem?</div>

<div style><br></div><div style>thanks,</div><div style>Desika</div><div style><br></div><div style><br></div><div style><br></div><div style>[desika@fock ~]$ ipython <br></div><div style>In [1]: import matplotlib.pyplot as plt<br>

</div><div style><br></div><div style><div>---------------------------------------------------------------------------</div><div>ImportError                               Traceback (most recent call last)</div><div><ipython-input-1-eff513f636fd> in <module>()</div>

<div>----> 1 import matplotlib.pyplot as plt</div><div><br></div><div>/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/pyplot.py in <module>()</div><div>     24 from matplotlib.cbook import dedent, silent_list, is_string_like, is_numlike</div>

<div>     25 from matplotlib import docstring</div><div>---> 26 from matplotlib.figure import Figure, figaspect</div><div>     27 from matplotlib.backend_bases import FigureCanvasBase</div><div>     28 from matplotlib.image import imread as _imread</div>

<div><br></div><div>/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/figure.py in <module>()</div><div>     30 </div><div>     31 from matplotlib import _image</div><div>---> 32 from matplotlib.image import FigureImage</div>

<div>     33 </div><div>     34 import matplotlib.colorbar as cbar</div><div><br></div><div>/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/image.py in <module>()</div><div>     20 # For clarity, names from _image are given explicitly in this module:</div>

<div>     21 import matplotlib._image as _image</div><div>---> 22 import matplotlib._png as _png</div><div>     23 </div><div>     24 # For user convenience, the names from _image are also imported into</div><div><br>
</div>
<div>ImportError: libpng16.so.16: cannot open shared object file: No such file or directory</div><div><br></div><div style><br></div></div></div>