I installed feather using
conda install feather-format -c conda-forge
and I believe that it was successfully installed but when I try to run a program with
from feather.compat import pdapi
I get an error saying that there is no module named 'feather.compat'. How do I fix this?