amueller / word_cloud

A little word cloud generator in Python
https://amueller.github.io/word_cloud
MIT License
10.19k stars 2.32k forks source link

Impossible to create .exe with pyinstaller or similar #689

Closed blazenada closed 1 year ago

blazenada commented 2 years ago

Description

Importing wordcloud library to the code makes any .exe file created by pyinstaller nonfunctional. They immediately crash due to some issues with location of stopwords list.

amueller commented 2 years ago

See https://github.com/amueller/word_cloud/issues/381#issuecomment-415046005 for a solution.

amueller commented 1 year ago

closing, please let me know if there's an issue with the solution.