问题
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?
来源:https://stackoverflow.com/questions/50845316/modulenotfounderror-no-module-named-feather-compat