Commit 90cf384
committed
Fix ML installer: AppImage LD_LIBRARY_PATH collision and zip URL for Panopto (v0.7.9)
Windows + Linux: replace git+https:// Panopto URL with direct zip archive URL.
- pip downloads the zip using its own HTTP client (Python ssl module), not
system git, so it is unaffected by any LD_LIBRARY_PATH conflicts
- Avoids spawning system git entirely (simpler, more portable)
Linux AppImage: strip AppImage-injected LD_LIBRARY_PATH from installer env.
- Electron AppImage prepends its bundled libs (libssl.so.3) to
LD_LIBRARY_PATH; system git uses system libcurl which then finds the
wrong libssl → "OPENSSL_3.2.0 not found" and git clone aborts
- Restore APPIMAGE_ORIG_LD_LIBRARY_PATH (or unset) for pip subprocesses1 parent 614ca5c commit 90cf384
2 files changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| |||
436 | 442 | | |
437 | 443 | | |
438 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
439 | 459 | | |
440 | 460 | | |
441 | 461 | | |
442 | | - | |
| 462 | + | |
443 | 463 | | |
444 | 464 | | |
445 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments