-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with producing rockstar halo catalog for GADGET 2 #158
Comments
Hi there, did you also put a file called |
Hi I am facing the same issue right now. Were you able to fix this? |
Hi @gogoi7 , I don't think it was ever established what the issue was. Can you confirm that have a |
@brittonsmith Thank you for the quick response. Yes, my rockstar.cfg file is pointing to the rockstar-galaxies directory and I have a file "rockstar_interface.cpython-39-x86_64-linux-gnu.so" in yt_astro_analysis/halo_analysis/halo_finding/rockstar. |
@gogoi7, sorry for the delay! I think the .so library file needs to go in the directory that the |
Alternatively, I can recommend installing yt astro analysis through conda (assuming you use conda!). This will take care of all the linking etc. properly. |
Hi. I'm trying to construct halo catalogue with rockstar version of yt_astro_analysis. I reinstalled software a couple of times, made sure that library path to rockstar is right and rockstar-galaxies is compiled properly. However, when I'm trying to run the code below:
I get the traceback:
What could fix that? It says that
Cannot import the rockstar interface. Rockstar will not run.
but I'm pretty sure that I set up rockstar correctly.The text was updated successfully, but these errors were encountered: