Not sure it's related. I have installed Eric on win10 with the zip and install.py files. When upgrading plugins for rope and vulture I had to install dependencies manually ie by running pip. Previous installs handled that automatically.
Chris. -------- Ursprüngliche Nachricht -------- Von: Mick Sulley <[email protected]> Gesendet: 22. Mai 2021 22:04:23 MESZ An: [email protected] Betreff: Re: Help to upgrade to 21.5 please - Sorry please ignore that last message Just tried removing eric_env and running * |cd ~| * |python3 -m venv eric_env| * |~/eric_env/bin/python3 -m pip install --upgrade pip| * |~/eric_env/bin/python3 -m pip install eric-ide| * |~/eric_env/bin/eric6_post_install| and it worked fine! Mick On 22/05/2021 20:48, Mick Sulley wrote: > Running Linux Mint 20.1 > > I have Eric 20.10 installed and working and I am trying to move to > 21.5 and I am stuck. I am sure it is my lack of understanding rather > than anything wrong with the software, but I would appreciate some help. > > Following the instructions on > https://eric-ide.python-projects.org/eric-download.html > > Downloaded and extracted the package - this is what I see then > > mick@Mint20Desk:~/.eric6-21/eric6-21.5$ sudo python3 install.py > Checking dependencies > Python Version: 3.8.5 > Found PyQt5 > Found pyuic5 > Optional 'PyQtWebEngine' could not be detected. > Optional 'PyQtChart' could not be detected. > Sorry, please install QScintilla2 and > its PyQt5 wrapper. > Error: QScintilla could not be installed. > > How do I install QScintilla2 and its PyQt5 wrapper? Looking in > Synaptic pyqt5 and pyqt5.qsci-dev are installed > > Thanks > > Mick >
