Open lakonis opened 13 hours ago
Hello @lakonis, thanks for bringing this to my attention. It was due to an incompatibility with numpy
, because the required pandas
version was too old. I fixed this dependency issue and uploaded a new version that you can install using:
pip install twitterexplorer --upgrade
Glad the tool is still being used!
Hello, I just reinstalled twitter-explorer in a venv, but i get this uncaught app exception in the terminal :
And in the browser :
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
with previous Traceback:Here is the libraries versions contained in the venv :
Any idea how to fix this ? Thanks in advance.