alteryx / alteryx/open_source_demos

Attribute Error

未关闭
#6 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
504
派生
169
PR 合并指标
30 天内没有已合并 PR

描述

```
$ python process_data.py
Traceback (most recent call last):
File "process_data.py", line 1, in
import featuretools as ft
File "/home/fh/.local/lib/python2.7/site-packages/featuretools/__init__.py", line 5, in
from .entityset.api import *
File "/home/fh/.local/lib/python2.7/site-packages/featuretools/entityset/__init__.py", line 2, in
from .api import *
File "/home/fh/.local/lib/python2.7/site-packages/featuretools/entityset/api.py", line 3, in
from .entityset import EntitySet
File "/home/fh/.local/lib/python2.7/site-packages/featuretools/entityset/entityset.py", line 5, in
import dask.dataframe as dd
File "/home/fh/.local/lib/python2.7/site-packages/dask/dataframe/__init__.py", line 12, in
from .rolling import (rolling_count, rolling_sum, rolling_mean, rolling_median,
File "/home/fh/.local/lib/python2.7/site-packages/dask/dataframe/rolling.py", line 200, in
rolling_count = wrap_rolling(pd.rolling_count, 'count')
AttributeError: 'module' object has no attribute 'rolling_count'

```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。