ModuleNotFoundError: No module named 'feather.

2019-08-27 17:14发布

问题:

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?