[BUG] Pip updates fail through Agent broker: Global is sent as Machine
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 45/100
Línea de trabajo
Start by examining the Pip inventory in src/UniGetUI.PackageEngine.Managers.Pip/Pip.cs to see how PackageScope.Global is assigned. Then review BrokerRequestBuilder.cs to understand the mapping from Global to Machine. The Agent's Pip command builder in the devolutions-gateway repository shows what scopes are supported. The fix involves distinguishing between interpreter base-site and user-site installations and adjusting the scope mapping accordingly. Test with a per-user Python installation having both base-site and user-site packages.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Please confirm these before moving forward
- I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- I have tested that this issue has not been fixed in the latest (beta or stable) release.
- I have checked the FAQ section for solutions.
- This issue is about a bug (if it is not, please use the correct template).
UniGetUI Version
2026.3.0 (latest stable)
Windows version, edition, and architecture
Windows 11 x64, build 26200
Describe your issue
Observed behavior
With UniGetUI 2026.3.0 and Devolutions Agent 2026.3.0, the broker is reachable and its policy is loaded. Pip updates fail before pip starts:
Broker package manager 'Pip' does not support scope 'Machine'.
This affects unrelated Pip packages and is distinct from #5273, where the broker itself is unavailable.
Root cause
- Pip inventory currently labels installed and updatable distributions
PackageScope.Globalwithout determining their actual installation scheme. BrokerRequestBuildermapsGlobalto brokerMachinefor every manager. The Agent advertises onlyUserfor Pip and rejectsMachine/elevated Pip requests.- Simply changing every request to
Useris not correct: the Agent adds--user, which installs into the Python user-site. A per-user Python installation can also have packages in its separate interpreter base-site. On this machine both schemes occur under the same Python 3.10 interpreter. - The Agent resolves
python.exefrom the target user PATH rather than receiving a bound interpreter identity. The client also sends the Pip source URL although the Agent Pip builder rejects explicit source URLs. A scope-only change would therefore still not provide reliable updates.
Expected behavior / proposed fix
- Discover and retain the Python interpreter and installation scheme for each Pip distribution. Do not treat Pip
Globalas proof of OS-wideMachinescope. - Define broker semantics for interpreter base-site versus Python user-site. For a per-user interpreter, run base-site updates under the same non-elevated user without
--user; use--useronly for confirmed user-site packages. Bind discovery and execution to the same validated interpreter. Do not allow a client-supplied arbitrary executable path to bypass broker policy. - Keep true
Machine/elevated Pip operations unsupported until the Agent can select and validate a trusted system-wide Python and its imported pip modules. Do not elevate a user-writable Python installation. - Represent default PyPI without an unsupported explicit source URL, and validate/authorize any custom index in the broker protocol.
- Until end-to-end support exists, reject unsupported Pip broker operations before queueing with an actionable capability message. Do not silently fall back to local execution when the broker is required.
Suggested regression tests
- Base-site package in a per-user Python: same interpreter, no elevation, no
--user, no duplicate user-site installation. - User-site package: same interpreter,
--user. - Different Python on PATH: never update a different interpreter from the one inventoried.
Machine/elevated Pip: rejected unless a trusted system-wide interpreter is explicitly supported.- Default versus custom package source, and mixed bulk updates with other managers.
Steps to reproduce the issue
- Install Python for the current Windows user and install a package into its interpreter base-site (ordinary
python -m pip install <package>). Optionally install another package with--userinto the separate user-site. - Install UniGetUI 2026.3.0 and Devolutions Agent 2026.3.0, enable a working Agent broker, then refresh Pip updates.
- Start an update for either Pip package. The operation fails at broker validation with the same
Machine-scope message, before pip runs.
UniGetUI Log
Broker package manager 'Pip' does not support scope 'Machine'.
Package Managers Logs
No pip process/output: the broker rejects the request before invoking the package manager.
Relevant information
Relevant source paths (release v2026.3.0):
- UniGetUI Pip inventory: https://github.com/Devolutions/UniGetUI/blob/v2026.3.0/src/UniGetUI.PackageEngine.Managers.Pip/Pip.cs
- UniGetUI scope translation: https://github.com/Devolutions/UniGetUI/blob/v2026.3.0/src/UniGetUI.PackageEngine.AgentBroker/BrokerRequestBuilder.cs
- Agent Pip capabilities and command builder: https://github.com/Devolutions/devolutions-gateway/blob/v2026.3.0/crates/now-package-broker/src/server/responses.rs and https://github.com/Devolutions/devolutions-gateway/blob/v2026.3.0/crates/now-package-broker/src/command_builder/pip.rs
- UniGetUI local Pip update behavior: https://github.com/Devolutions/UniGetUI/blob/v2026.3.0/src/UniGetUI.PackageEngine.Managers.Pip/Helpers/PipPkgOperationHelper.cs
Screenshots and videos
No response
- Lenguaje dominante
- C#
- Estrellas
- 26.2k
- Forks
- 929
- Merge medio
- 1 d 2 h
- PR fusionados (30 d)
- 57
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de Devolutions/UniGetUI
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 74/100
Devolutions/UniGetUI#5430 ·
-
bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 85/100
Devolutions/UniGetUI#5029 · 2 comentarios ·
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Devolutions/UniGetUI#4918 ·
-
bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 88/100
Devolutions/UniGetUI#4768 ·
-
bug
Dificultad 3/5 1-2 días Aptitud para principiantes 68/100
Devolutions/UniGetUI#5432 ·
Todos los issues de Devolutions/UniGetUI
Issues similares
-
bug frontend good first issue
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
NavigationViewItemAutomationPeer implements IInvokeProvider but never advertises the Invoke pattern Abierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
unoplatform/uno#24629 ·
-
agentic-workflows Needs: Triage :mag: State: In-PR
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
-
CS0162 "Unreachable code detected" warning from a MSBuildTemp .tmp file in every game project Abiertobug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 90/100
-
Type: enhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
apache/arrow-adbc#4809 ·