Replies: 1 comment 1 reply
|
Hello, This should have been fixed on 07-05-2026 in the main repo (check the commits list at the bottom). The Do you mind pulling the latest main branch and trying again: Let us know if you still see the error after pulling. Commits: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
I tried to install but i got some errors, any help is appreciated:
PS D:\unslothStudio\unsloth> .\install.ps1 --local --no-torch
🦥 Unsloth Studio Installer (Windows)
────────────────────────────────────────────────────
python Python 3.13 already installed
preserving existing environment for rollback...
previous environment preserved for rollback
venv creating Python 3.13 virtual environment
C:\Users\Admin.unsloth\studio\unsloth_studio
gpu NVIDIA GPU detected
skipping PyTorch (--no-torch flag set).
installing unsloth (this may take a few minutes)...
overlaying local repo (editable)...
overlaying unsloth-zoo from git main...
setup running unsloth studio setup...
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\Admin.unsloth\studio\unsloth_studio\Scripts\unsloth.exe_main.py", line 4, in
from unsloth_cli import app
File "D:\unslothStudio\unsloth\unsloth_cli_init.py", line 4, in
import typer
File "C:\Users\Admin.unsloth\studio\unsloth_studio\Lib\site-packages\typer_init_.py", line 7, in
from click.exceptions import Abort as Abort
ModuleNotFoundError: No module named 'click'
[ERROR] unsloth studio setup failed (exit code 1)
restoring previous environment after failed install...
restored previous environment
All reactions