I also got another error "AttributeError: 'DummyMod' object has no attribute 'startswith'" when testing Dash:
import dash import dash_core_components as dcc import dash_html_components as html app = dash.Dash() The error is caused by the last line, "app =...". It may have something to do with setting the environment variable. Kind regards, Elimboto On Sun, Jan 3, 2021 at 5:21 PM Elimboto Yohana <[email protected]> wrote: > Hi Andrey, > > I was testing nbodykit, so > > from nbodykit.lab import * > > I got the error message > > "ImportError: No module named 'tlz' > > Dask array requirements are not installed. > > Please either conda or pip install as follows: > > conda install dask # either conda install > python -m pip install "dask[array]" --upgrade # or python -m pip install" > > Hope you can check this. > > Kind regards, > > Elimboto > > > On Sun, Jan 3, 2021 at 2:12 PM Elimboto Yohana <[email protected]> wrote: > >> I appreciate! >> >> Kind regards, >> >> Elimboto >> >> On Sunday, January 3, 2021, Andrey Novoseltsev <[email protected]> >> wrote: >> > Figured out nbodykit installation as well, will be available soon! >> > >> > -- >> > 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/a94f0b9e-faff-46da-9865-a9b8cfab3237n%40googlegroups.com >> . >> > > > -- 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/CACEZTmvAkXEwvY1%2BUGAS9qU-sexuTVYETdNvxwz_k6jouS_J%2BQ%40mail.gmail.com.
