ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

error: no module named indexes.base #69

Closed andrewheusser closed 6 years ago

andrewheusser commented 6 years ago

There is an issue with using pandas!=0.18.0 when loading eggs. Something in pandas changed which makes all older eggs not importable. before releasing quail, make sure to upgrade pandas and test loading in eggs

andrewheusser commented 6 years ago

this is fixed in 0.1.1 by requiring pandas>=0.20.3 and regenerating the example data