Skip to content

Undefined name 'WordCloud' and 'ImageColorGenerator' #2

@cclauss

Description

@cclauss

flake8 testing of https://github.com/chihaiyishen/Python-Learning on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./python 爬虫/wechat/demo.py:68:20: F821 undefined name 'WordCloud'
    my_wordcloud = WordCloud(background_color="white", max_words=2000,
                   ^
./python 爬虫/wechat/demo.py:71:20: F821 undefined name 'ImageColorGenerator'
    image_colors = ImageColorGenerator(coloring)
                   ^
2     F821 undefined name 'WordCloud'
2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions