Commit 80994ee
fix(tools): invoke remote_monitor via python3.11 on nodes
The experiment Python stack (prometheus-client requirements, promql-parser,
and the local promql_utilities package) is installed only under python3.11 on
the CloudLab nodes (see installation/common/setup_dependencies.sh). system
python3 lacks these (and loguru on some nodes), so remote_monitor.py - which
imports PrometheusClientService - must run under python3.11.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a67d2be commit 80994ee
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
167 | | - | |
| 170 | + | |
| 171 | + | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| |||
0 commit comments