ImportError: Missing optional dependency 'tables'. Use pip or conda to install tables.

解决to_hdf() 报错ImportError: Missing optional dependency ‘tables‘. Use pip or conda to install tables.

 

解决方法

conda install pytables
  • 1

或是:

 pip install tables
posted @ 2022-09-10 10:29  shclbear  阅读(1096)  评论(0)    收藏  举报