<div dir="ltr">Hi folks,<div><br></div><div>I'm using Enzo on Blue Waters, and to get it working I needed to install anaconda and then install yt-3 from source (i.e., by 'hg clone <a href="https://bitbucket.org/yt_analysis/yt">https://bitbucket.org/yt_analysis/yt</a>' and then 'python setup.py develop').  </div><div><br></div><div>This does not install rockstar by default, unfortunately, and I am having trouble getting rockstar working (although yt itself works great).  I've tried to essentially mimic the rockstar portion of the install script for yt-3 (<a href="https://bitbucket.org/yt_analysis/yt/raw/yt/doc/install_script.sh">https://bitbucket.org/yt_analysis/yt/raw/yt/doc/install_script.sh</a>) by doing the following:</div><div><br></div><div>> hg clone <a href="http://bitbucket.org/MatthewTurk/rockstar">http://bitbucket.org/MatthewTurk/rockstar</a></div><div>> hg pull</div><div>> hg up -C tip<br></div><div>> make lib<br></div><div>> cp librockstar.so  ~/local_lib/lib/.<br></div><div><br></div><div>and then pointing to ~/local_lib/lib with LD_LIBRARY_PATH (using the full path, not the '~/' convention).  However, even when I do this I still can't seem to persuade the rockstar interface code in yt to find rockstar.  Attempting to import rockstar in a script by:</div><div><br></div><div>from yt.analysis_modules.halo_finding.rockstar.api import RockstarHaloFinder<br></div><div><br></div><div>results in this error:</div><div><br></div><div><div>ImportError    : from .rockstar import RockstarHaloFinder</div><div>cannot import name rockstar_interface</div></div><div><br></div><div>and the script immediately exits.  When I look at the directory yt/analysis_modules/halo_finding/rockstar in a version of yt that has been installed from a script, there are some additional .so files (rockstar_groupies.so and rockstar_interface.so) that aren't in my source install, even when I've run 'python setup.py develop' in that directory.</div><div><br></div><div>I feel like I'm doing something obviously wrong here.  Any suggestions?</div><div><br></div><div>Thanks!<br><br></div><div>--Brian</div><div><br></div><div><br></div><div><br></div></div>