Hi folks, I encountered a `ModuleNotFoundError` while trying to import `HaloCatalog` from `yt.extensions.astro_analysis.halo_analysis`. Here's the error I received:
```python from yt.extensions.astro_analysis.halo_analysis import HaloCatalog ``` **Error**: ``` ModuleNotFoundError: No module named 'yt.extensions.astro_analysis' ``` My Environment: - Python version: 3.12.9 - yt version: 4.4.0 - OS: macOS Monterey (M1) Request for Help: Is there a specific installation step I might have missed, or is this module deprecated in newer versions of yt? Any guidance on resolving this issue would be greatly appreciated! Thank you! _______________________________________________ yt-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/yt-users.python.org/ Member address: [email protected]
