Closed blazenada closed 1 year ago
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.
See https://github.com/amueller/word_cloud/issues/381#issuecomment-415046005 for a solution.
closing, please let me know if there's an issue with the solution.
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.