lucasrodes / whatstk

WhatsApp chats as dataframes. Python toolkit to analyse and parse WhatsApp chats.
https://whatstk.lcsrg.me/
GNU General Public License v3.0
121 stars 23 forks source link

Package dependencies #141

Open PepeZuco opened 7 months ago

PepeZuco commented 7 months ago

I can't use plotly, numpy and pandas due to a dependencie from this library, could you try to fix it?

Thanks, regards

PepeZuco commented 7 months ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. whatstk 0.6.2 requires plotly~=5.0.0, but you have plotly 5.18.0 which is incompatible.

lucasrodes commented 7 months ago

thanks for reporting, @PepeZuco.

I'll look at this soon.

In the meantime, you can try the online app https://whatstk.streamlit.app instead. Let me know if that works if you use it.

lucasrodes commented 6 months ago

Working on updating the project dependencies in https://github.com/lucasrodes/whatstk/issues/143