Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save asantos2000/a40a3697d220c6ccae1039240843bb20 to your computer and use it in GitHub Desktop.

Select an option

Save asantos2000/a40a3697d220c6ccae1039240843bb20 to your computer and use it in GitHub Desktop.
# Reference: https://github.com/tzutalin/labelImg/issues/141
# create conda env using python 2.7
conda create -n py2 python=2.7
source activate py2
# install necessary libs using conda install
conda install pyqt=4
conda install libxml2
conda install lxml
# test
python -c "from PyQt4 import QtGui"
# do as describe on README.
make qt4py2;./labelImg.py
@asantos2000
Copy link
Author

Add OS name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment