Conda environment missing dependencies needed for Dask?
clyne opened this issue · 3 comments
clyne commented
When I try to build #109 locally the Dask components fail with
ModuleNotFoundError Traceback (most recent call last)
/var/folders/7m/5m80rt_x5b38swj51zdp9qjhyhpj03/T/ipykernel_25891/1519977778.py in
----> 1 import dask
2 from dask.distributed import Client, LocalCluster
ModuleNotFoundError: No module named 'dask'
brian-rose commented
This PR adds dask to the pythia-book-dev
environment.
If you're building from a pre-existing version of pythia-book-dev
, you can update it to include the newly-added packages with
conda env update -f environment.yml
brian-rose commented
@clyne did this get resolved? Or do you think this issue points to a need to update our guides on how to maintain the pythia-book-dev
environment?
clyne commented
Works now. Thanks! Closing.