<div dir="ltr">Hello all,<div><br></div><div>Using the current head of the yt-3.0 branch, I cannot succesfully run "from yt.mods import *", as I get the following error:</div><div><br></div><div>ImportError                               Traceback (most recent call last)</div>
<div><ipython-input-1-e42b74c4be27> in <module>()</div><div>----> 1 from yt.imods import *</div><div><br></div><div>/home/kellerbw/yt/yt/__init__.pyc in <module>()</div><div>    114     derived_field</div>
<div>    115 </div><div>--> 116 from yt.data_objects.api import \</div><div>    117     BinnedProfile1D, BinnedProfile2D, BinnedProfile3D, \</div><div>    118     DatasetSeries, \</div><div><br></div><div>/home/kellerbw/yt/yt/data_objects/api.py in <module>()</div>
<div>     20     OctreeSubset</div><div>     21 </div><div>---> 22 from static_output import \</div><div>     23     Dataset</div><div>     24 </div><div><br></div><div>/home/kellerbw/yt/yt/data_objects/static_output.py in <module>()</div>
<div>     51 from yt.geometry.cylindrical_coordinates import \</div><div>     52     CylindricalCoordinateHandler</div><div>---> 53 from yt.geometry.spherical_coordinates import \</div><div>     54     SphericalCoordinateHandler</div>
<div>     55 from yt.geometry.geographic_coordinates import \</div><div><br></div><div>/home/kellerbw/yt/yt/geometry/spherical_coordinates.py in <module>()</div><div>     21     _get_coord_fields</div><div>     22 import yt.visualization._MPL as _MPL</div>
<div>---> 23 from yt.utilities.lib.misc_utilities import \</div><div>     24     pixelize_cylinder, pixelize_aitoff</div><div>     25 </div><div><br></div><div>ImportError: cannot import name pixelize_aitoff</div><div>
<br></div><div>Any ideas?</div><div><br></div><div>Ben</div><div><br></div></div>