PyQt4/5 in orange3 Python

465 views Asked by At

It was a great news that orange became a part of Python 3.x (orange3). However there are errors which I tried to communicate on GitHub without any luck. I wonder if anyone managed to fix this on:

Current conda install:

               platform : osx-64
          conda version : 4.3.25
       conda is private : False
      conda-env version : 4.3.25
    conda-build version : not installed
         python version : 3.6.2.final.0
       requests version : 2.14.2

Once you run orange3-canvas, soon you are getting a repeating message:

SystemError: unable to find to find module: PyQt4.QtCore

and depending on the stat-routine, sometimes a warning:

[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0

Similar question was asked before here, and I wonder whether someone managed to solve it? Thanks!

1

There are 1 answers

1
user3211652 On

Try running below commands:

conda config --add channels conda-forge

conda update orange3

conda install -c defaults pyqt=5 qt

Reference: https://orange.biolab.si/download/linux/