美文网首页
mac 安装labelImg

mac 安装labelImg

作者: 不二研究坊 | 来源:发表于2018-01-23 18:24 被阅读0次

    mac 系统:High Sierra 10.13.2
    python 版本 :2.7.10
    安装步骤:

    1. brew install cartr/qt4/pyqt
    2. brew install libxml2
    3. pip install labelImg
    4. 运行:labelImg

    遇到的问题:

    1. homebrew 和 mac 系统不兼容,遇到诸如link的问题、/usr/local等目录获取权限问题
      解决:卸载homebrew,重新安装homebrew
      卸载:
      /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
      安装:
      /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    2. pip 安装(使用安装python 库的工具 easy_install)
      sudo easy_install pip

    相关文章

      网友评论

          本文标题:mac 安装labelImg

          本文链接:https://www.haomeiwen.com/subject/zvfeaxtx.html