问题说明:参照源代码的安装方法https://github.com/wkentaro/labelme/#windows
按照上面流程安装后会出现:Building wheel for matplotlib (setup.py) ... error的问题
原因:python3.9版本没有matplotlib对应的轮子
解决办法:指定labelme虚拟环境的python版本即可
conda create --name=labelme python=3.8
conda activate labelme
pip install labelme