Same problem as defined in this post, but there has been no solved answer. Wondering if there is something going on between pyarrow and feather.
I tried environments where:
I installed with
conda install feather-format -c conda-forge
Installed with
pip install feather-format
The error is occurring when calling:
from feather.compat import pdapi
I tried switching feather
to pyarrow
as a last resort with no luck.
Having trouble with line 14 from the MicrobiomeHD source code
Failures with a Python 2.7 environment as described in the readme, as well as a Python 3 environment
Any ideas what the issue is?