abuzarmahmood / pytau

Library to streamline batch-fitting of Bayesian changepoint models to neural population spiking data
https://abuzarmahmood.github.io/pytau/
MIT License
1 stars 0 forks source link

Can't open spyder in pytau environment #31

Open cmazzio opened 1 month ago

cmazzio commented 1 month ago

Get following error message in terminal when trying to open spyder:

/home/cmazzio/.local/lib/python3.10/site-packages/pandas/core/computation/expressions.py:21: UserWarning: Pandas requires version '2.8.4' or newer of 'numexpr' (version '2.8.1' currently installed).

abuzarmahmood commented 1 month ago

You could try

'pip install numexpr==2.8.4'

But I suspect that might break other things/Spyder might have other things it doesn't like.

Instead of using the script in Spyder, you could also try using the jupyter notebooks in the "how to" folder.