rezaho / streamlit-wordcloud

MIT License
36 stars 9 forks source link

Cannot install on Windows, python 3.11 #4

Open fhg-isi opened 6 months ago

fhg-isi commented 6 months ago

File "..\PyCharmPortableTemp\pip-install-bbaj3x5o\numpy_4d2e97b0f380459c9c18f3bdb1e743cb\numpy\distutils\ccompiler.py", line 90, in m = lambda self, *args, *kw: func(self, args, **kw) ^^^^^^^^^^^^^^^^^^^^^^^ TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'

Related: https://stackoverflow.com/questions/73535836/typeerror-ccompiler-spawn-got-an-unexpected-keyword-argument-env

=> Can you please update the numpy dependency of streamlit-wordcloud?

alisongh commented 6 months ago

I got the same error.

m-kostros-csob-sk commented 3 months ago

Managed to run this with pip install streamlit-wordcloud --no-deps

However I had to downgrade matplotlib as well running on Python 3.10 numpy 1.26 matplotlib 3.7.3

It renders, obviously has some issues with newer version of streamlit (1.36) or so, as after a while wordcloud disapears and application freezes.

Any chance of package update ? @rezaho