Add a warning to the installer if the python dependency installer at the very end fails
If at the end the python dependency installer should fail for whatever reason (no permissions to install, no internet connection, some other error) then have the installer display the error. I am in the unique situation where it couldn't install anything at the end because I did it offline, and while it displayed the reason for the error, it only lasted for like 10 ms and the window immediately closed down afterwards. I had to record my screen to see what was even happening.
2 Replies
In my case I could get it fixed by adding the python hosting servers as trusted domains in the pip config file and it then worked
Thanks for the suggestion! We will check what is possible. We recently moved to this dependency installation being in the console windows so it is bound to get improvements as we get feedback like this