<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>After updating yt (3.0) to the latest version with a simple "yt update" command, I got the following error in the update log:</div>
<div><br>
</div>
<div>
<div>Error compiling Cython file:</div>
<div>------------------------------------------------------------</div>
<div>...</div>
<div>    cdef void *tree_root</div>
<div>    cdef int num_root</div>
<div>    cdef int max_root</div>
<div><br>
</div>
<div>cdef extern from "search.h" nogil:</div>
<div>    void *tsearch(const void *key, void **rootp,</div>
<div>                            ^</div>
<div>------------------------------------------------------------</div>
<div><br>
</div>
<div>yt/geometry/oct_container.pxd:81:29: Expected ')', found '*'</div>
<div><br>
</div>
<div>error: 2 errors while compiling 'yt/geometry/oct_container.pyx' with Cython</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Now yt won't work at all.  If I try to call it I get the error:</div>
<div>"ImportError: No module named particle_oct_container"</div>
<div><br>
</div>
<div>Does anyone know what's going on here?</div>
<div>Thanks!</div>
<div><br>
</div>
<div>-Kyle</div>
<div><br>
</div>
<div><span style="font-family: Tahoma; font-size: 13px; ">--</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">Kyle Stewart, Ph.D.</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">Assistant Professor of Physics</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">Department of Natural and Mathematical Sciences</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">California Baptist University</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">8432 Magnolia Avenue</span><br style="font-family: Tahoma; font-size: 13px; ">
<span style="font-family: Tahoma; font-size: 13px; ">Riverside, CA 92504</span><br style="font-family: Tahoma; font-size: 13px; ">
<br style="font-family: Tahoma; font-size: 13px; ">
</div>
</body>
</html>