Skip to content
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

Open
chrisspen opened this issue Jan 29, 2025 · 3 comments
Open

Uninstallable #42

chrisspen opened this issue Jan 29, 2025 · 3 comments

Comments

@chrisspen
Copy link

The README instructions to install don't work:

~$ git clone https://github.com/HelgeSverre/ollama-gui.git
Cloning into 'ollama-gui'...
remote: Enumerating objects: 560, done.
remote: Counting objects: 100% (231/231), done.
remote: Compressing objects: 100% (82/82), done.
remote: Total 560 (delta 167), reused 187 (delta 147), pack-reused 329 (from 1)
Receiving objects: 100% (560/560), 1018.74 KiB | 7.66 MiB/s, done.
Resolving deltas: 100% (340/340), done.
~$ cd ollama-gui
~/ollama-gui$ yarn install
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
@HelgeSverre
Copy link
Owner

Run this yarn -v and post what it spits out.

should look like this:

ollama-gui [main] yarn -v
1.22.22

@jrafaelmdo
Copy link

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.

@HelgeSverre
Copy link
Owner

HelgeSverre commented Feb 3, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants