Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Last active May 28, 2022 20:05
Show Gist options
  • Save RupGautam/336ea7201dcd60b19b4aa836f2835fae to your computer and use it in GitHub Desktop.
Save RupGautam/336ea7201dcd60b19b4aa836f2835fae to your computer and use it in GitHub Desktop.
Installing Eric IDE on MacOS (Python Development Tools)
  • Make sure Xcode is installed and update to the lastest release.

  • Make sure Python 2.7 or greater is installed.

  • Installing moduler needed to run Eric IDE. - brew update && brew upgrade - brew install pyQt5 - brew install qscintilla2 - brew doctor #And fix the error manually, if any.

  • Download the latest stable version of Eric IDE

  • Link -> https://sourceforge.net/projects/eric-ide/files/eric6/stable

  • unzip eric6-16.xx.x.zip

  • cd eric6-16.xx.x

  • sudo python install.py

  • If all required dependencies are founded. You should see this

Python Version: 3.5.2
Found PyQt5
Found pyuic5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Found QtSvg
Found QtWidgets
Qt Version: 5.7.0
sip Version: 4.18.1
PyQt Version: 5.7
QScintilla Version: 2.9.3
All dependencies ok.

Cleaning up old installation ...

Creating configuration file ...

Compiling user interface files ...

Compiling source files ...

Installing eric6 ...

Installation complete.
@RupGautam
Copy link
Author

RupGautam commented Jun 2, 2019 via email

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