Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError #11

Open
ghost opened this issue Nov 2, 2018 · 2 comments
Open

AttributeError #11

ghost opened this issue Nov 2, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 2, 2018

Hi,
I tried the Example 01 - GRNBoost2 local, https://nbviewer.jupyter.org/github/tmoerman/arboreto/blob/master/notebooks/examples/ex_01_grnboost2_local.ipynb, and I got the following error:
AttributeError Traceback (most recent call last)
in ()
1 import os
----> 2 from arboreto.algo import grnboost2, genie3

D:\Anaconda\lib\site-packages\arboreto\algo.py in ()
4
5 import pandas as pd
----> 6 from distributed import Client, LocalCluster
7 from arboreto.core import create_graph, SGBM_KWARGS, RF_KWARGS, EARLY_STOP_WINDOW_LENGTH
8

D:\Anaconda\lib\site-packages\distributed_init_.py in ()
1 from future import print_function, division, absolute_import
2
----> 3 from . import config
4 from dask.config import config
5 from .actor import Actor, ActorFuture

D:\Anaconda\lib\site-packages\distributed\config.py in ()
11 from .compatibility import logging_names
12
---> 13 config = dask.config.config
14
15

AttributeError: module 'dask' has no attribute 'config'

@tmoerman
Copy link
Contributor

tmoerman commented Nov 2, 2018

This is most likely an issue with the dask and distributed versions in your installation. The first thing I would try is updating both packages using the conda package manager.

@ghost
Copy link
Author

ghost commented Nov 2, 2018

Thank you prompt reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant