Commit 8f333cc
committed
fix(demos/manymove_industrial): pip --ignore-installed for asyncua
pip uninstall fails on cryptography 41.0.7 because the package is
managed by apt and has no RECORD file. --ignore-installed skips the
uninstall step so asyncua's newer cryptography dep can land alongside.1 parent 66b043f commit 8f333cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments