Hi Andrey, Thank you for your great work. You have taken care of all URLs except where mentioned otherwise.
But I think due to some upgrade, most of the astrophysics codes that worked in the past are not working, the common error is "AttributeError: module 'snappy' has no attribute 'compress'". Another error I experienced is "AttributeError: partially initialized module 'fsspec' has no attribute 'utils' (most likely due to a circular import)". This error may be related to the first one. 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) Can I request whitelisting our forum URL: https://www.tssfl.com? Sometimes we upload files that can be read directly from it. Kind regards, Elimboto On Thu, Apr 1, 2021 at 8:01 PM Andrey Novoseltsev <[email protected]> wrote: > Most of the sites requested should be operational, please test and let me > know your results! Exact IPs are here: > > https://github.com/sagemath/sagecell/blob/master/contrib/vm/compute_node/root/firewall > > This one is behind Cloudflare, so does not have a stable IP and > whitelisting the whole Cloudflare does not seem to be a good idea to me: > MNIST dataset, http://yann.lecun.com/exdb/mnist/ for machine learning > > -- > 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/828c3e0e-c4ea-4add-81d6-681413e0914fn%40googlegroups.com > <https://groups.google.com/d/msgid/sage-cell/828c3e0e-c4ea-4add-81d6-681413e0914fn%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/CACEZTmtK8KHMUv0-gwgkGLo29%2BXLwRzCG1y1f_6c5CTuzvUkUQ%40mail.gmail.com.
