【问题标题】:tensorflow 2.3.0 requires h5py<2.11.0,>=2.10.0, but you'll have h5py 3.1.0 which is incompatibletensorflow 2.3.0 需要 h5py<2.11.0,>=2.10.0,但您将拥有不兼容的 h5py 3.1.0
【发布时间】:2021-05-18 23:31:51
【问题描述】:

当我跑步时

pip3 install face-compare 

我收到以下错误,任何建议

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

tensorflow 2.3.0 requires h5py<2.11.0,>=2.10.0, but you'll have h5py 3.1.0 which is incompatible.

【问题讨论】:

标签: python pip


【解决方案1】:
pip uninstall h5py
pip install h5py==2.10.0

【讨论】:

    猜你喜欢
    • 2023-03-27
    • 2020-11-18
    • 2021-09-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-05-23
    • 1970-01-01
    相关资源
    最近更新 更多