当前位置: 代码迷 >> 综合 >> Python环境中HDF5报错:HDF5 library version mismatched error
  详细解决方案

Python环境中HDF5报错:HDF5 library version mismatched error

热度:72   发布时间:2024-02-27 10:55:41.0

Python环境中HDF5报错:HDF5 library version mismatched error

前提:
尝试了网上pip uninstall h5py 和pip install h5py都失败后
做法:
我的anaconda安装在F盘所以
手动删掉F:\ProgramData\Anaconda3\envs\tensorflow-gpu\Lib\site-packages下的h5py(建议先剪切到别的地方),
pip install h5py
conda install hdf5=1.10.5 -c conda-forge
成功

  相关解决方案