openvax / gtfparse

Parsing tools for GTF (gene transfer format) files
Apache License 2.0
108 stars 25 forks source link

ImportError: cannot import name table_to_blockmanager #45

Open gokceneraslan opened 5 months ago

gokceneraslan commented 5 months ago

Is there a specific polars or pyarrow version needed?

image

I am getting this exception (cannot import name table_to_blockmanager) with polars '0.20.5' and pyarrow '10.0.1'.

achenbarrett commented 1 month ago

Not sure if you're still having this issue, but I was able to resolve it by upgrading pyarrow. I went from 14.0.2 to 16.1.0 and it was resolved.