PayneLab/cptac

Unable to import cptac version 1.5.14

Closed this issue · 1 comments

Hi, I got the same import error reported by other issues when I ran the "import cptac"

python = 3.11.4
cptac = 1.5.14
pandas = 2.2.2

ValueError: Length mismatch: Expected axis has 1 elements, new values have 3 elements

I try different versions pandas (including the recommended version 1.5.3 in another answer). But all versions get the same error.

I updated the dependent package of pandas which is named "bottleneck" to version 1.3.8 (pip install bottleneck==1.3.8). Then the bug is gone. so I will close this issue.