pip uses the mirror source of Douban
pip install labelme -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple
pip uses proxy
pip install labelme --proxy http://127.0.0.1:7890
pip install labelme -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple
pip install labelme --proxy http://127.0.0.1:7890
Post comment 取消回复