运行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'
任何人都知道如何解决这个问题?我安装了pyarrow
并且是最新的,据我所知,cpu_count
不是我可以安装的软件包。
答案 0 :(得分:0)
这是因为Python 2.X在OS模块中没有subfolder
功能。但是python3在其OS模块中具有cpu_count()。我建议您使用python3或使用cpu_count()