Hi Andrey, Thank you for implementing my requests. But, re-installing the snappy package in the suggested way did not solve an issue. I tried to narrow down the source of the problem and found that importing either xarray or nbodykit.lab:
import nbodykit.lab import xarray as xr is the source of "AttributeError: module 'snappy' has no attribute 'compress'". The previous versions had no issues. Kind regards, Elimboto On Tue, Apr 6, 2021 at 12:42 AM Andrey Novoseltsev <[email protected]> wrote: > It seems that the snappy package is missing, and I request installation: >> pip3 install python-snappy (see the discussion here >> https://github.com/dask/fastparquet/issues/459) >> > Done! > >> Can I request whitelisting our forum URL: https://www.tssfl.com? >> Sometimes we upload files that can be read directly from it. >> > Done! > > -- > You received this message because you are subscribed to the Google Groups > "sage-cell" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-cell/729dd9ce-f4ba-4559-a95f-52f70b77ca4en%40googlegroups.com > <https://groups.google.com/d/msgid/sage-cell/729dd9ce-f4ba-4559-a95f-52f70b77ca4en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CACEZTmue2qnsach1j8DbQ9s1D-nuV6zr9xeKCE6O_XzzRNLuiw%40mail.gmail.com.
