-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninstallable #42
Comments
Run this should look like this: ollama-gui [main] yarn -v
1.22.22 |
Same issue on my side.
|
Alternatively run 'npm install' instead, or install yarn from here
https://classic.yarnpkg.com/lang/en/docs/install/
man. 3. feb. 2025, 18:09 skrev jrafaelmdo ***@***.***>:
… Same issue on my side.
~$ git clone https://github.com/HelgeSverre/ollama-gui.git
Cloning into 'ollama-gui'...
remote: Enumerating objects: 566, done.
remote: Counting objects: 100% (237/237), done.
remote: Compressing objects: 100% (89/89), done.
remote: Total 566 (delta 169), reused 188 (delta 146), pack-reused 329 (from 1)
Receiving objects: 100% (566/566), 1020.50 KiB | 154.00 KiB/s, done.
Resolving deltas: 100% (342/342), done.
:~$ cd ollama-gui
:~/ollama-gui$ yarn install
Command 'yarn' not found, but can be installed with:
sudo apt install cmdtest
:~/ollama-gui$ sudo apt install cmdtest
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
python3-cliapp python3-ttystatus python3-zombie-imp
The following NEW packages will be installed
cmdtest python3-cliapp python3-ttystatus python3-zombie-imp
0 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 93.3 kB of archives.
After this operation, 476 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cliapp all 1.20180812.1-6 [44.6 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-ttystatus all 0.38-4 [14.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-zombie-imp all 0.0.2-2 [11.9 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble/universe amd64 cmdtest all 0.32.14.gcdfe14e-6 [22.1 kB]
Fetched 93.3 kB in 4s (23.7 kB/s)
Selecting previously unselected package python3-cliapp.
(Reading database ... 553949 files and directories currently installed.)
Preparing to unpack .../python3-cliapp_1.20180812.1-6_all.deb ...
Unpacking python3-cliapp (1.20180812.1-6) ...
Selecting previously unselected package python3-ttystatus.
Preparing to unpack .../python3-ttystatus_0.38-4_all.deb ...
Unpacking python3-ttystatus (0.38-4) ...
Selecting previously unselected package python3-zombie-imp.
Preparing to unpack .../python3-zombie-imp_0.0.2-2_all.deb ...
Unpacking python3-zombie-imp (0.0.2-2) ...
Selecting previously unselected package cmdtest.
Preparing to unpack .../cmdtest_0.32.14.gcdfe14e-6_all.deb ...
Unpacking cmdtest (0.32.14.gcdfe14e-6) ...
Setting up python3-ttystatus (0.38-4) ...
Setting up python3-zombie-imp (0.0.2-2) ...
Setting up python3-cliapp (1.20180812.1-6) ...
Setting up cmdtest (0.32.14.gcdfe14e-6) ...
Processing triggers for man-db (2.12.0-4build2) ...
:~/ollama-gui$ yarn install
: ERROR: [Errno 2] No such file or directory: 'install'
:~/ollama-gui$ yarn -v
ERROR: There are no scenarios; must have at least one.
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIKA5GESH6BFTIM7VKTKDT2N6PFDAVCNFSM6AAAAABWDNDWOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZRGU4DMNBQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The README instructions to install don't work:
The text was updated successfully, but these errors were encountered: