Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Detlev Offenbach
Well, I forgot about that already. Indeed, the prerequisites were included in the plugin archive until recently. I changed the plugins in favor of the automatic installation. Unfortunately there will be a time, where one has to install them manually. Detlev Am 23.05.21 um 12:17 schrieb

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Christian Haul
Thanks for the quick response, Detlev! This is wierd as I had never to do this on versions 19.* through 21.4. Maybe dependencies were bundled with the plugins before? Whatever, I have no issue here and am quite happy with Eric :-) Reason I mentioned it was, if there were a bug in installing

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Detlev Offenbach
Hello Christian, automatic dependency installation has been added to these plugins quite recently and is triggered by the eric plugin manager. However, this will be part of the next eric release (21.6). Before that eric did not install such plugin dependencies automatically. Detlev Am

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Christian Haul
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:

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-22 Thread Mick Sulley
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: