Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt5 #154

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

PyQt5 #154

wants to merge 4 commits into from

Conversation

iluxave
Copy link

@iluxave iluxave commented Apr 1, 2018

This PR migrates sloth from PyQt4 to PyQt5
It looks like Anaconda python distro can't have both PyQt4 and PyQt5 installed in parallel (at least I didn't find a way to coerce it into installing both side by side), and the distro itself depends on PyQt5. So, if I want any of the data scientists to be able to run sloth, I need this :)

lcerman-eccam and others added 4 commits January 7, 2018 21:22
The original code caused the following error:

Traceback (most recent call last):
  File "...\lib\site-packages\sloth\gui\labeltool.py", line 132, in onCurrentImageChanged
    if img == None:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants