开发者
PartitionFinder2安装过程中遇到的问题及解决方法
PartitionFinder2安装过程中遇到的问题及解决方法
发表于2023/02/28
650

1.安装tables包遇到的问题

true

解决措施:

conda activate py27

pypthon -m pip install tables==3.2.0 #依然有关于HDF5报错

conda install hdf5

python -m pip install tables==3.2.0 #还是报错,关于python版本问题,实际是numexpr版本太高 true

pypthon -m pip install numexpr==2.6.2

pypthon -m pip install tables==3.2.0 #这次成功

true

2.PartitionFinder2测试失败

问题描述:执行时,提示信息如下 true

解决方法:升级tables包

pip install --user --upgrade tables

python PartitionFinder.py -h #成功

true

收藏举报
Level 1
0
帖子
0
粉丝
0
获赞