Closed Funes727 closed 1 month ago
Ahh yeah good catch that's definitely broken! For now I'd say just comment those lines out of the install.sh script and run it again, should work. Really pip needs updated after the venv is setup. Yeah that's my bad. Will fix soon, but yeah for now just comment out lines #L66-L69 from the install.sh script.
Thanks for pointing this out. Working on the new 1.8.0 release now, will fix this for that, and I'll also go head and patch 1.7.0 here soon!
Okay actually this was just a couple of lines change. So I just went ahead and fixed it now. Just put out a new minor release v1.7.1 with this fix in it! If you go ahead and run git pull or reclone the repo you should be good now. Thanks for reporting this! Let me know if you run into any other issues!
After updating the repo everything is working. Great work, thank You for this.
When I try to install web-lgsm I get this error:
####### Upgrading
pip3
... error: externally-managed-environment× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification.
I'm on fresh install of Ubuntu server 24.04.1 LTS