You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module's run.sh script uses pip to install a globally available package which is disabled on Ubuntu 24.04.
The new Ubuntu requires all packages to be installed in their own virtual environment which can be done via pipx or uv tool.