【发布时间】:2022-01-13 08:35:20
【问题描述】:
我无法安装 labelme,因为我收到错误“#error "FreeType 版本 2.3 或更高版本是必需的。”
我做到了
pip install freetype-py==2.3
但我得到了错误:
"ERROR: Could not find a version that satisfies the requirement freetype-py==2.3 (from versions: 0.1, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.3, 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.1, 2.0, 2.0.0.post1, 2.0.0.post2, 2.0.0.post3, 2.0.0.post4, 2.0.0.post5, 2.0.0.post6, 2.1.0, 2.1.0.post1, 2.2.0rc1, 2.2.0)"
似乎没有 2.3 版的 freetype。我该怎么办?
【问题讨论】: