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
fix hf CLI install using pipx instead of --break-system-packages
The hf binary installed in Isaac Sim's Python couldn't find 'requests'
because Isaac Sim bundles it in a zip only accessible via python.sh.
Use pipx to install hf into an isolated venv so all deps are available,
without touching system Python packages.
0 commit comments