Add pip output monitoring to installer window - #458
Merged
Conversation
|
Successfully created backport PR for |
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Aug 17, 2026
…zerywana z powodu przekroczenia limitu czasu.''' Dotychczasowy limit 120 sekund czasu rzeczywistego, który przerywał prawidłowo przebiegające instalacje w przypadku wolnych połączeń lub dużych pakietów wheel, został usunięty i zastąpiony monitorowaniem komunikatów z procesu. [FreeCAD/AddonManager#458 Pull request #458] oraz [FreeCAD/AddonManager#472 Pull requ..."
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Aug 17, 2026
…zerywana z powodu przekroczenia limitu czasu.''' Dotychczasowy limit 120 sekund czasu rzeczywistego, który przerywał prawidłowo przebiegające instalacje w przypadku wolnych połączeń lub dużych pakietów wheel, został usunięty i zastąpiony monitorowaniem komunikatów z procesu. [FreeCAD/AddonManager#458 Pull request #458] oraz [FreeCAD/AddonManager#472 Pull requ..."
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Aug 17, 2026
…n tritt kein Timeout mehr auf.''' Die bisherige Begrenzung auf 120 Sekunden (Realzeit), die bei langsamen Verbindungen oder großen Rädern zu Fehlern bei legitimen Installationen führte, wurde zugunsten einer Überwachung der Ausgabe aufgehoben. [FreeCAD/AddonManager#458 Pull-Request #458] und [FreeCAD/AddonManager#472 Pull-Request #472]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Aug 17, 2026
…n tritt kein Timeout mehr auf.''' Die bisherige Begrenzung auf 120 Sekunden (Realzeit), die bei langsamen Verbindungen oder großen Rädern zu Fehlern bei legitimen Installationen führte, wurde zugunsten einer Überwachung der Ausgabe aufgehoben. [FreeCAD/AddonManager#458 Pull-Request #458] und [FreeCAD/AddonManager#472 Pull-Request #472]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Aug 17, 2026
…ází k vypršení časového limitu.''' Původní limit 120 sekund reálného času, který znemožňoval správnou instalaci při pomalém připojení nebo v případě velkých balíčků z repozitáře wheel, byl zrušen a nahrazen sledováním výstupu. [FreeCAD/AddonManager#458 Pull request #458] and [FreeCAD/AddonManager#472 Pull request #472]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Aug 17, 2026
…ází k vypršení časového limitu.''' Původní limit 120 sekund reálného času, který znemožňoval správnou instalaci při pomalém připojení nebo v případě velkých balíčků z repozitáře wheel, byl zrušen a nahrazen sledováním výstupu. [FreeCAD/AddonManager#458 Pull request #458] and [FreeCAD/AddonManager#472 Pull request #472]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Aug 17, 2026
…e solde plus par un délai d'expiration.''' La limite précédente de 120 secondes (temps réel), qui entraînait des erreurs lors d'installations légitimes en cas de connexions lentes ou de fichiers volumineux, a été supprimée au profit d'une surveillance de la sortie. [FreeCAD/AddonManager#458 Pull request #458] et [FreeCAD/AddonManager#472 Pull request #472]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Aug 17, 2026
…e solde plus par un délai d'expiration.''' La limite précédente de 120 secondes (temps réel), qui entraînait des erreurs lors d'installations légitimes en cas de connexions lentes ou de fichiers volumineux, a été supprimée au profit d'une surveillance de la sortie. [FreeCAD/AddonManager#458 Pull request #458] et [FreeCAD/AddonManager#472 Pull request #472]"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installation dialog box was completely uninformative, and often looked like it had just stalled out waiting for something to happen. Worse, it had a two minute timeout that did not really report that it had been hit in any effective, user-facing manner. This PR changes the way the Addon Manager reports pip progress to be much more transparent to the user, so they know that something is actually happening.