<div dir="ltr"><div><div>Hi Devin,<br><br></div><div>This is a shot in the dark, but it might be that you have old autogenerated C files that are getting compiled.  I think if the setup.py script for the rockstar interface is written properly, this shouldn't be a problem - perhaps there is a bug there.<br>

</div><div><br></div>Can you remove all of the .c and .so files in the yt installation and try rebuilding again?<br><br><tt><span class="">find . -name '*.so' | xargs rm</span></tt><br><tt><span class="">find . -name '*.c' | xargs rm<br>

<br></span></tt></div>-Nathan<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 16, 2013 at 5:06 PM, Devin Silvia <span dir="ltr"><<a href="mailto:devin.silvia@gmail.com" target="_blank">devin.silvia@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 Matt,<br>
<br>
I discovered that I was on an outdated yt-3.0 repo (got confused<br>
jumping between machines).  However, after updating my yt-3.0 repo, I<br>
can't seem to get yt-3.0 to build with rockstar.  I've downloaded the<br>
rockstar bitbucket repo and put the directory into rockstar.cfg.  When<br>
I try to do "python setup.py build_ext -i -f" I get the following<br>
error when it get to building rockstar:<br>
<br>
<a href="http://paste.yt-project.org/show/4064/" target="_blank">http://paste.yt-project.org/show/4064/</a><br>
<br>
Most of it seems to be warnings, but the errors look like something<br>
that I'm hoping someone more familiar with the code might be able to<br>
parse.<br>
<br>
Thanks,<br>
Devin<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Fri, Nov 15, 2013 at 6:18 PM, Matthew Turk <<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>> wrote:<br>
> Hi Devin,<br>
><br>
> Your traceback doesn't match my rockstar.py file -- which hash are you on?<br>
><br>
> -Matt<br>
><br>
> On Fri, Nov 15, 2013 at 5:48 PM, Devin Silvia <<a href="mailto:devin.silvia@gmail.com">devin.silvia@gmail.com</a>> wrote:<br>
>> Hi all,<br>
>><br>
>> I've been trying to get yt-3.0 and the rockstar halofinder to work and<br>
>> I'm at the point where I *think* that my yt-3.0 install and rockstar<br>
>> are happily talking to each other, but when it goes to actually run<br>
>> the halofinder on my dataset, I get this issue:<br>
>><br>
>> <a href="http://paste.yt-project.org/show/4060/" target="_blank">http://paste.yt-project.org/show/4060/</a><br>
>><br>
>> It seems like something isn't being done right in terms of accessing<br>
>> the particle information in the dataset, but I can't digest enough of<br>
>> the yt source to understand why this is the case.  If anyone has any<br>
>> thoughts as to what is going wrong, I'd appreciate it.<br>
>><br>
>> For what it's worth, this is the simple script I am using:<br>
>><br>
>> <a href="http://paste.yt-project.org/show/4062/" target="_blank">http://paste.yt-project.org/show/4062/</a><br>
>><br>
>> Thanks!<br>
>> Devin<br>
>><br>
>> --<br>
>> Devin W. Silvia<br>
>> Research Associate<br>
>> Department of Physics and Astronomy<br>
>> Michigan State University<br>
>> <a href="http://www.devinsilvia.com" target="_blank">www.devinsilvia.com</a><br>
>> _______________________________________________<br>
>> yt-users mailing list<br>
>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br>
<br>
<br>
--<br>
Devin W. Silvia<br>
Research Associate<br>
Department of Physics and Astronomy<br>
Michigan State University<br>
<a href="http://www.devinsilvia.com" target="_blank">www.devinsilvia.com</a><br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br></div>