pip install labelme 失败,因为需要 FreeType 2.3 或更高版本

pip install labelme failing because FreeType version 2.3 or higher is required

我无法安装 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)" 

似乎没有 freetype 的 2.3 版本。我该怎么办?

你可以直接通过他们githubhere的发布页面下载labelme。