Home > other >  Help bosses (wordcloud library)
Help bosses (wordcloud library)

Time:09-30

After installing wordcloud allows programs to display AttributeError: wordcloud has no attribute wordcloud.
Attribute errors, because wordcloud didn't pack good?
Bosses give advice or comments!

CodePudding user response:

Should be yes

The import wordcloud
Print (help (wordcloud))

Take a look at

CodePudding user response:

reference 1/f, ice wind of reply:
should be

The import wordcloud
Print (help (wordcloud))

Take a look at

None? Is not installed, please
Do you have any detailed installation or error method, can tell me something about you, thank you

CodePudding user response:

None in front of those?

Print (wordcloud. __all__) and have a look

CodePudding user response:

The first one is
Help on the module wordcloud:
The NAME
Wordcloud
The FILE
F: \ python3.7 \ wordcloud py

None
Help on the module wordcloud:
The NAME
Wordcloud
The FILE
F: \ python3.7 \ wordcloud py

None


The second error display attributes

CodePudding user response:

Your python file name is wordcloud and you want to use the package name, the same name of your wordcloud. Py to mywordcloud. Run after py mywordcloud. Py try,

CodePudding user response:

Successful, thank you, has been focused on
  • Related