I am getting an error when running import feather
:
---> 28 from pyarrow.lib import cpu_count, set_cpu_count
29 from pyarrow.lib import (null, bool_,
30 int8, int16, int32, int64,
ImportError: cannot import name 'cpu_count'
Anyone know how to fix this? I have pyarrow
installed and up to date, and from what I can tell cpu_count
isn't a package I can install.