单独在conda虚拟环境中安装labelme比较困难,会因为Qt路径问题导致无法运行:
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in xxx(path)
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
解决方法:退出环境,在base环境下安装labelme,即可解决。
pip install labelme
本文介绍如何在conda虚拟环境中遇到Qt路径问题时,通过退出环境并在base环境下安装LabelMe来避免启动错误。只需使用pip命令即可解决。

3372

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



