win10安装labelImg

需安装的第三方库:
python3.5,PyQt5 , lxml
1.Python3.5的安装
Python3.5的下载:
https://www.python.org/downloads/
我的安装路径为D:\Program Files\Python35
配置环境变量:
电脑,右键属性,高级系统设置,环境变量,path,添加路径:
D:\Program Files\Python35;D:\Program Files\Python35\Scripts\
2.pip安装PyQt5
进入cmd(win键+R键,输入cmd),输入:
pip install PyQt5
3.安装lxml
进入cmd(win键+R键,输入cmd),输入:
pip install lxml
4.安装labelImg
pip install labelImg -i https://pypi.tuna.tsinghua.edu.cn/simple/ (Img中的I要大写,注意)

最后输入labelImg打开就行了

 

参考:

https://blog.csdn.net/yeluohanchan/article/details/79023863

https://blog.csdn.net/m0_38027013/article/details/93597145

posted @ 2020-08-18 11:01  闪光123  阅读(431)  评论(0编辑  收藏  举报