SU-ECE-17-7 / hotspotter

Apache License 2.0
0 stars 1 forks source link

QPixMap Error #20

Closed AudreyBeard closed 7 years ago

AudreyBeard commented 7 years ago

To Reproduce

  1. Start importing images
  2. While in directory explorer window, click CANCEL
  3. Import images by directory
  4. Click on an image to see it
  5. Run autochip
  6. Click on a chip to see it

Error occurs at these steps

mattdioso commented 7 years ago

Need matplotlib version 1.3.1

sudo pip uninstall matplotlib; sudo pip install matplotlib==1.3.1

alternatively: sudo apt-get uninstall python-matplotlib; sudo apt-get install python-matplotlib