Eric 6 Python IDE Qt version Error

928 views Asked by At

I want to setup Eric 6 IDE on Linux Mint 17.1. I downloaded source code of Eric 6 and I tried to setup.

sudo python3 install.py

I got an Qt version error on the below.

Checking dependencies
Python Version: 3.4.0
Found PyQt5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Found QtSvg
Found QtWebKit
Found QtWebKitWidgets
Found QtWidgets
Sorry, you must have Qt version 4.8.0 or better or 5.3.0 or better.

But when I controlled QT version on my computer. Output is on the below.

QMake version 3.0
Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu/qt5/lib

How can this be fixed?

0

There are 0 answers