尝试一:
conda activate label
pip uninstall labelme
conda install labelme -c conda-forge
参考关于 -c conda-forge 的解释:
link
link
出现
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
然后尝试:
pip install labelme -i https://pypi.tuna.tsinghua.edu.cn/simple
查看labelme版本:
pip show labelme

还是出现了

尝试二
决定

这篇博客记录了作者在使用labelme时遇到的AttributeError,具体表现为'labelme.utils'模块缺少'label_colormap'和'draw_label'属性。尝试更新、降级版本均未解决问题,最终在Python 3.9环境下问题得到解决。
最低0.47元/天 解锁文章
4196

被折叠的 条评论
为什么被折叠?



